Searched refs:top_cbp (Results 1 – 5 of 5) sorted by relevance
234 int cur_cbp, top_cbp = 0; in rv30_loop_filter() local237 top_cbp = (r->cbp_chroma[mb_pos - s->mb_stride] >> (k*4)) & 0xF; in rv30_loop_filter()245 else if(!j && top_cbp & (1 << (ij + 2))) in rv30_loop_filter()
1408 cbp_b = sl->top_cbp; in decode_cabac_mb_cbp_luma()1426 cbp_b = (sl-> top_cbp>>4)&0x03; in decode_cabac_mb_cbp_chroma()1561 nzb = (sl-> top_cbp>>(6+idx))&0x01; in get_cabac_cbf_ctx()1565 nzb = sl-> top_cbp&(0x100<<idx); in get_cabac_cbf_ctx()
422 uint32_t top_cbp = cbp[0] >> (block_num * 4), bottom_cbp; in vc1_p_v_loop_filter() local453 idx = (top_cbp | (bottom_cbp >> 2)) & 3; in vc1_p_v_loop_filter()463 if (top_cbp & 5) in vc1_p_v_loop_filter()465 if (top_cbp & 10) in vc1_p_v_loop_filter()
593 sl->top_cbp = h->cbp_table[top_xy]; in fill_decode_caches()595 sl->top_cbp = IS_INTRA(mb_type) ? 0x7CF : 0x00F; in fill_decode_caches()
263 int top_cbp; member