Home | History | Annotate | Download | only in encoder

Lines Matching refs:blk_x

1842 *  @param[in] blk_x : x coordinate of the block in mv bank
1856 S32 blk_x,
1874 blk_x <<= 2;
1880 blk_x <<= 1;
1889 blk_x -= 1;
1893 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk);
5276 S32 blksize_p, blk_x, blk_y, i4_offset;
5373 blk_x = posx >> blksize_p;
5377 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk);