lijing0010

Results 5 comments of lijing0010

Hi Falei, if changing it from B to P, then there'll be no Bidir latter, this will affect the quality.

Hi, for M8, M9 it's relatively fast mode, and it became memory bounded rather than CPU bounded. So if testing on dual 8180, better to use taskset or numactrl to...

@liweki , to test performance, please use -nb (which preload yuv into mem to avoid disk I/O), and set -n > 2000 The command you attach didn't use -nb and...

@liweki please re-run the speed test. This one is an invalid case if you read from disk directly, it's bounded by disk I/O , not encoder. (Since the size of...

something like: error: argument to '__builtin_neon_vshrq_n_v' must be a constant integer 1105 | val1 = _mm256_srli_epi32(val1, iQBits); on gcc it's fine since it called __builtin_aarch64_ashlv8hi btw: I'm compiling it on...