Home
last modified time | relevance | path

Searched refs:nb_null (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp6.c340 memset(s->nb_null, 0, sizeof(s->nb_null)); in vp6_parse_coeff_models()
421 if (coeff_idx<2 && s->nb_null[coeff_idx][pt]) { in vp6_parse_coeff_huffman()
422 s->nb_null[coeff_idx][pt]--; in vp6_parse_coeff_huffman()
436 s->nb_null[0][pt] = vp6_get_nb_null(s); in vp6_parse_coeff_huffman()
440 s->nb_null[1][pt] = vp6_get_nb_null(s); in vp6_parse_coeff_huffman()
Dvp56.h212 unsigned int nb_null[2][2]; /* number of consecutive NULL DC/AC */ member