Lines Matching refs:has_ac
283 int code, pattern, has_ac = 1;
297 has_ac = 0;
312 return has_ac | pattern;
1016 int has_ac = rv34_decode_block(ptr, &s->gb, r->cur_vlcs,
1018 if(has_ac){
1035 int i, j, itype, has_ac;
1039 has_ac = rv34_decode_block(block16, gb, r->cur_vlcs, 3, 0, q_dc, q_dc, q_ac);
1040 if(has_ac)
1054 has_ac = rv34_decode_block(ptr, gb, r->cur_vlcs, r->luma_vlc, 0, q_ac, q_ac, q_ac);
1056 has_ac = 0;
1058 if(has_ac){
1203 int q_dc, q_ac, has_ac;
1256 has_ac = rv34_decode_block(ptr, gb, r->cur_vlcs, r->luma_vlc, 0, q_ac, q_ac, q_ac);
1258 has_ac = 0;
1260 if(has_ac){