Home | History | Annotate | Download | only in encoder

Lines Matching refs:blk_x

798     S32 blk_x, num_blks_in_pic, num_blks_in_row, num_4x4_blks_in_row;
1254 for(blk_x = 0; blk_x < (num_blks_in_row + 1); blk_x++)
1258 if(blk_x < (num_blks_in_row))
1262 blk_x,
1276 blk_x << blk_size_shift,
1291 blk_x + ps_ctxt->ai4_row_index[MAX((blk_y - 2), 0)] * num_blks_in_row;
1293 MAX((blk_x - 1), 0) +
1300 s_search_prms_4x4.i4_x_off = blk_x << blk_size_shift;
1303 s_search_prms_4x8.i4_x_off = s_search_prms_8x4.i4_x_off = blk_x << blk_size_shift;
1311 sad_top_offset = (blk_x * ai4_sad_4x4_block_size[i1_ref_idx]) +
1315 (blk_x * ai4_sad_4x4_block_size[i1_ref_idx]) +
1318 /* Initialize search node if blk_x == 0, as it doesn't have left neighbours */
1319 if(0 == blk_x)
1321 &ps_ctxt->aps_best_search_nodes_8x4_n_rows[i1_ref_idx][blk_x],
1331 if(num_blks_in_row == blk_x)
1341 if((0 == blk_y) || (num_blks_in_row == blk_x))
1352 blk_x << blk_size_shift,
1398 blk_x,
1429 blk_x << blk_size_shift,
1493 blk_x << blk_size_shift,
1581 blk_x,
1591 *(ps_ctxt->aps_best_search_nodes_4x8_n_rows[i1_ref_idx] + blk_x +
1595 *(ps_ctxt->aps_best_search_nodes_8x4_n_rows[i1_ref_idx] + blk_x +
1669 (blk_x + 1),