Home
last modified time | relevance | path

Searched refs:i4_blk_y (Results 1 – 5 of 5) sorted by relevance

/external/libavc/decoder/svc/
Disvcd_mode_mv_resamp.c801 WORD32 i4_blk_y, i4_blk_x; in isvcd_ref_lyr_part_idc() local
827 for(i4_blk_y = 0; i4_blk_y < NUM_SUB_MB_PARTS; i4_blk_y++) in isvcd_ref_lyr_part_idc()
838 i4_curr_y = (i4_mb_y << 4) + (i4_blk_y << 2) + 1; in isvcd_ref_lyr_part_idc()
862 ai4_ref_part_idc[i4_blk_y][i4_blk_x] = -1; in isvcd_ref_lyr_part_idc()
867 ai4_ref_part_idc[i4_blk_y][i4_blk_x] = (i4_ref_y << 16) + i4_ref_x; in isvcd_ref_lyr_part_idc()
1562 WORD32 i4_blk_y, i4_blk_x; in isvcd_interlyr_motion_submbmode_pred() local
1592 for(i4_blk_y = 0; i4_blk_y < NUM_SUB_MB_PARTS; i4_blk_y++) in isvcd_interlyr_motion_submbmode_pred()
1596 isvcd_interlyr_motion_scale(pv_comp_mode_mv_ctxt, &ai4_ref_part_idc[i4_blk_y][i4_blk_x], in isvcd_interlyr_motion_submbmode_pred()
1597 ps_mb_params, (ps_motion_pred + (4 * i4_blk_y) + i4_blk_x), in isvcd_interlyr_motion_submbmode_pred()
1599 (i4_mb_pic_y + (i4_blk_y << 2) + 1), in isvcd_interlyr_motion_submbmode_pred()
[all …]
/external/libhevc/encoder/
Dhme_coarse.c170 S32 i, j, i4_blk_x, i4_blk_y; in hme_update_mv_bank_coarse() local
182 i4_blk_y = i4_search_blk_y << ps_prms->i4_shift; in hme_update_mv_bank_coarse()
185 i4_offset = i4_blk_x + i4_blk_y * ps_layer_mv->i4_num_blks_per_row; in hme_update_mv_bank_coarse()
Dhme_utils.c1396 S32 i4_blk_y, in hme_get_spatial_candt() argument
1419 i4_blk_y <<= 1; in hme_get_spatial_candt()
1424 i4_blk_y <<= 1; in hme_get_spatial_candt()
1434 i4_blk_y -= 1; in hme_get_spatial_candt()
1437 i4_offset += (ps_layer_mvbank->i4_num_mvs_per_row * i4_blk_y); in hme_get_spatial_candt()
1539 S32 i4_blk_y, in hme_get_spatial_candt_in_l1_me() argument
1571 i4_blk_y <<= 1; in hme_get_spatial_candt_in_l1_me()
1576 i4_blk_y <<= 1; in hme_get_spatial_candt_in_l1_me()
1586 i4_blk_y -= 1; in hme_get_spatial_candt_in_l1_me()
1589 i4_offset += (ps_layer_mvbank->i4_num_mvs_per_row * i4_blk_y); in hme_get_spatial_candt_in_l1_me()
Dhme_utils.h520 S32 i4_blk_y,
Dhme_refine.c1528 S32 i4_blk_x, i4_blk_y, i4_offset; in hme_update_mv_bank_noencode() local
1536 i4_blk_y = i4_search_blk_y << ps_prms->i4_shift; in hme_update_mv_bank_noencode()
1537 i4_offset = i4_blk_x + i4_blk_y * ps_layer_mv->i4_num_blks_per_row; in hme_update_mv_bank_noencode()
1671 S32 i4_blk_x, i4_blk_y, i4_offset; in hme_update_mv_bank_encode() local
1679 i4_blk_y = i4_search_blk_y << ps_prms->i4_shift; in hme_update_mv_bank_encode()
1680 i4_offset = i4_blk_x + i4_blk_y * ps_layer_mv->i4_num_blks_per_row; in hme_update_mv_bank_encode()
1901 S32 i4_blk_x, i4_blk_y, i4_offset; in hme_update_mv_bank_in_l1_me() local
1907 i4_blk_y = i4_search_blk_y << ps_prms->i4_shift; in hme_update_mv_bank_in_l1_me()
1908 i4_offset = i4_blk_x + i4_blk_y * ps_layer_mv->i4_num_blks_per_row; in hme_update_mv_bank_in_l1_me()