Home | History | Annotate | Download | only in encoder

Lines Matching refs:blk_y

3800     S32 blk, blk_x, blk_y;
3824 blk_y = gau1_encode_to_raster_y[blk];
3825 if((blk_x >= num_16x16_horz) || (blk_y >= num_16x16_vert))
3834 ps_blk_attrs->u1_blk_y = blk_y;
3840 if(((blk_y << 1) + 2) > num_8x8_vert)