• Home
  • Raw
  • Download

Lines Matching refs:mb_has_coeffs

229         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()
1590 if (mb_has_coeffs) in vc1_decode_p_mb_intfr()
1623 mb_has_coeffs = ff_vc1_mbmode_intfrp[v->fourmvswitch][idx_mbmode][3]; in vc1_decode_p_mb_intfr()
1624 if (mb_has_coeffs) in vc1_decode_p_mb_intfr()
1739 int mb_has_coeffs = 1; /* last_flag */ in vc1_decode_p_mb_intfi() local
1763 mb_has_coeffs = idx_mbmode & 1; in vc1_decode_p_mb_intfi()
1764 if (mb_has_coeffs) in vc1_decode_p_mb_intfi()
1798 mb_has_coeffs = !(idx_mbmode & 2); in vc1_decode_p_mb_intfi()
1809 mb_has_coeffs = idx_mbmode & 1; in vc1_decode_p_mb_intfi()
1811 if (mb_has_coeffs) in vc1_decode_p_mb_intfi()
1862 int mb_has_coeffs = 0; /* last_flag */ in vc1_decode_b_mb() local
1932 if (!mb_has_coeffs && !s->mb_intra) { in vc1_decode_b_mb()
1938 if (s->mb_intra && !mb_has_coeffs) { in vc1_decode_b_mb()
1947 if (!mb_has_coeffs) { in vc1_decode_b_mb()
1963 if (!v->ttmbf && !s->mb_intra && mb_has_coeffs) in vc1_decode_b_mb()
2020 int mb_has_coeffs = 0; /* last_flag */ in vc1_decode_b_mb_intfi() local
2046 mb_has_coeffs = idx_mbmode & 1; in vc1_decode_b_mb_intfi()
2047 if (mb_has_coeffs) in vc1_decode_b_mb_intfi()
2121 mb_has_coeffs = !(idx_mbmode & 2); in vc1_decode_b_mb_intfi()
2139 mb_has_coeffs = idx_mbmode & 1; in vc1_decode_b_mb_intfi()
2141 if (mb_has_coeffs) in vc1_decode_b_mb_intfi()
2188 int mb_has_coeffs = 1; /* last_flag */ in vc1_decode_b_mb_intfr() local
2234 mb_has_coeffs = get_bits1(gb); in vc1_decode_b_mb_intfr()
2235 if (mb_has_coeffs) in vc1_decode_b_mb_intfr()
2329 mb_has_coeffs = ff_vc1_mbmode_intfrp[0][idx_mbmode][3]; in vc1_decode_b_mb_intfr()
2330 if (mb_has_coeffs) in vc1_decode_b_mb_intfr()