Home
last modified time | relevance | path

Searched refs:z_scan_idx (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c962 WORD32 z_scan_idx = 0; in ihevce_ed_calc_incomplete_ctb() local
1059 z_scan_idx = gau1_ctb_raster_to_zscan[i * 2 * 16 + j * 2]; in ihevce_ed_calc_incomplete_ctb()
1062 ps_ed_8x8 = ps_ed_ctb + z_scan_idx; in ihevce_ed_calc_incomplete_ctb()
1074 sad_ptr + z_scan_idx * NUM_MODES, in ihevce_ed_calc_incomplete_ctb()
1122 z_scan_idx = gau1_ctb_raster_to_zscan[i * 2 * 16 + k * 16 + j * 2]; in ihevce_ed_calc_incomplete_ctb()
1123 ps_ed_4x4 = ps_ed_ctb + z_scan_idx; in ihevce_ed_calc_incomplete_ctb()
1159 sad_ptr + z_scan_idx * NUM_MODES, in ihevce_ed_calc_incomplete_ctb()
1204 z_scan_idx = gau1_ctb_raster_to_zscan[i * 2 * 16 + j]; in ihevce_ed_calc_incomplete_ctb()
1205 ps_ed_4x4 = ps_ed_ctb + z_scan_idx; in ihevce_ed_calc_incomplete_ctb()
1247 sad_ptr + z_scan_idx * NUM_MODES, in ihevce_ed_calc_incomplete_ctb()
[all …]
Dhme_refine.c10504 WORD32 z_scan_idx = in hme_refine_no_encode() local
10526 ps_ed_ctb_l1_curr->i4_sad_me_for_ref[z_scan_idx >> 2] = in hme_refine_no_encode()
10533 ps_ed_ctb_l1_curr->i4_sad_cost_me_for_ref[z_scan_idx >> 2] = in hme_refine_no_encode()
10534 ps_ed_ctb_l1_curr->i4_sad_me_for_ref[z_scan_idx >> 2] + in hme_refine_no_encode()
10543 if(ps_ed_ctb_l1_curr->i4_sad_cost_me_for_ref[z_scan_idx >> 2] > in hme_refine_no_encode()
10564 WORD32 z_scan_idx = in hme_refine_no_encode() local
10566 ps_curr_ed_blk_ctxt = ps_ed_blk_ctxt_curr_ctb + z_scan_idx; in hme_refine_no_encode()
10569 ps_ed_ctb_l1_curr->i4_best_sad_cost_8x8_l1_me[z_scan_idx >> 2] = in hme_refine_no_encode()
10586 if(ps_ed_ctb_l1_curr->i4_best_sad_cost_8x8_l1_me[z_scan_idx >> 2] < in hme_refine_no_encode()
10587 … ((ps_ed_ctb_l1_curr->i4_best_sad_cost_8x8_l1_ipe[z_scan_idx >> 2] * in hme_refine_no_encode()
[all …]