Home | History | Annotate | Download | only in encoder

Lines Matching refs:blk_x

156     WORD32 blk_x,
175 ref_offset += (blk_x << 3) + ps_pu->mv.s_l0_mv.i2_mvx;
201 ref_offset += (blk_x << 3) + ps_pu->mv.s_l1_mv.i2_mvx;
2228 S32 blksize_p, blk_x, blk_y, i4_offset;
2248 blk_x = (i4_pos_x * wd_p) / (wd_c * blksize_p);
2252 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk);
2315 S32 blksize_p, blk_x, blk_y, i4_offset;
2339 blk_x = i4_pos_x >> blksize_p; // (2 * blksize_p);
2343 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk);
2375 S32 blksize_p, blk_x, blk_y, i4_offset;
2397 blk_x = i4_pos_x >> blksize_p; // (2 * blksize_p);
2401 i4_offset = (blk_x * ps_layer_mvbank->i4_num_mvs_per_blk);
5961 S32 blk_x, blk_y, i4_ctb_x, i4_ctb_y, tile_col_idx, blk_id_in_ctb;
6588 /* blk_x : x coordinate of the 16x16 blk, in terms of number of blks */
6779 /* if non-encode layer then i4_ctb_x will be same as blk_x */
7266 blk_x = (i4_ctb_x << 2) +
7275 s_search_prms_blk.i4_cu_x_off = (blk_x << blk_size_shift) - (i4_ctb_x << 6);
7280 pos_x = blk_x << blk_size_shift;
7315 s_search_prms_blk.i4_x_off = blk_x << blk_size_shift;
7471 blk_x,
8080 blk_x,
8873 S32 blk_x, i4_ctb_x, blk_id_in_ctb;
9321 /* blk_x : x coordinate of the 16x16 blk, in terms of number of blks */
9501 blk_x = 0;
9539 /* if non-encode layer then i4_ctb_x will be same as blk_x */
9584 blk_x = i4_ctb_x;
9590 pos_x = blk_x << blk_size_shift;
9616 s_search_prms_blk.i4_x_off = blk_x << blk_size_shift;
9675 blk_x,
9696 S32 i4_offset, blk_x_temp = blk_x, blk_y_temp = blk_y;
9755 blk_x,
9780 S32 i4_offset, blk_x_temp = blk_x, blk_y_temp = blk_y;
10395 blk_x,
10404 blk_x,
10502 WORD32 i4_diff_col_ctr = blk_x - (i4_ctb_blk_ctr * 4);
10562 WORD32 i4_diff_col_ctr = blk_x - (i4_ctb_blk_ctr * 4);
10599 // blk_x,blk_y,
10613 WORD32 i4_diff_col_ctr = blk_x - (i4_ctb_blk_ctr * 4);
10625 WORD32 i4_diff_col_ctr = blk_x - (i4_ctb_blk_ctr * 4);