Searched refs:zero_run (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlagarith.c367 uint8_t zero_run = 0; local
392 while (!zero_run && dst + i < end) {
396 zero_run =
399 if (zero_run) {
400 zero_run = 0;
H A Dvp3.c209 #define TOKEN_ZERO_RUN(coeff, zero_run) (((coeff) << 9) + ((zero_run) << 2) + 1)
938 int zero_run = 0; local
997 zero_run = zero_run_base[token];
999 zero_run += get_bits(gb, zero_run_get_bits[token]);
1001 if (zero_run) {
1002 dct_tokens[j++] = TOKEN_ZERO_RUN(coeff, zero_run);
1014 if (coeff_index + zero_run > 64) {
1017 zero_run, 64 - coeff_index);
1018 zero_run
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlagarith.c320 uint8_t zero_run = 0; local
341 while (!zero_run && dst + i < end) {
345 zero_run =
348 if (zero_run) {
349 zero_run = 0;
H A Dvp3.c201 #define TOKEN_ZERO_RUN(coeff, zero_run) (((coeff) << 9) + ((zero_run) << 2) + 1)
917 int zero_run = 0; local
973 zero_run = zero_run_base[token];
975 zero_run += get_bits(gb, zero_run_get_bits[token]);
977 if (zero_run) {
978 dct_tokens[j++] = TOKEN_ZERO_RUN(coeff, zero_run);
990 if (coeff_index + zero_run > 64) {
992 " %d coeffs left\n", zero_run, 64-coeff_index);
993 zero_run
[all...]

Completed in 115 milliseconds