Home | History | Annotate | Download | only in encoder

Lines Matching refs:blk_x

3800     S32 blk, blk_x, blk_y;
3823 blk_x = gau1_encode_to_raster_x[blk];
3825 if((blk_x >= num_16x16_horz) || (blk_y >= num_16x16_vert))
3833 ps_blk_attrs->u1_blk_x = blk_x;
3837 if(((blk_x << 1) + 2) > num_8x8_horz)