Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1_block.c229 mb_has_coeffs = 1; \
232 mb_has_coeffs = 0; \
1297 int mb_has_coeffs = 1; /* last_flag */ in vc1_decode_p_mb() local
1329 if (s->mb_intra && !mb_has_coeffs) { in vc1_decode_p_mb()
1333 } else if (mb_has_coeffs) { in vc1_decode_p_mb()
1344 if (!v->ttmbf && !s->mb_intra && mb_has_coeffs) in vc1_decode_p_mb()
1409 mb_has_coeffs = 0; in vc1_decode_p_mb()
1418 is_coded[i] = mb_has_coeffs; in vc1_decode_p_mb()
1529 int mb_has_coeffs = 1; /* last_flag */ in vc1_decode_p_mb_intfr() local
1589 mb_has_coeffs = get_bits1(gb); in vc1_decode_p_mb_intfr()
[all …]