Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp6.c343 memset(s->nb_null, 0, sizeof(s->nb_null)); in vp6_parse_coeff_models()
424 if (coeff_idx<2 && s->nb_null[coeff_idx][pt]) { in vp6_parse_coeff_huffman()
425 s->nb_null[coeff_idx][pt]--; in vp6_parse_coeff_huffman()
439 s->nb_null[0][pt] = vp6_get_nb_null(s); in vp6_parse_coeff_huffman()
443 s->nb_null[1][pt] = vp6_get_nb_null(s); in vp6_parse_coeff_huffman()
H A Dvp56.h212 unsigned int nb_null[2][2]; /* number of consecutive NULL DC/AC */ member

Completed in 3 milliseconds