Searched refs:num_4x4_in_row (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_had_satd.c | 877 WORD32 num_4x4_in_row) in ihevce_had_8x8_using_4_4x4() argument 891 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4() 892 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4() 896 pu1_src, src_strd, pu1_pred, pred_strd, ai2_4x4_had, 8, pi4_4x4_hsad, num_4x4_in_row, 0); in ihevce_had_8x8_using_4_4x4() 957 WORD32 num_4x4_in_row, in ihevce_had_8x8_using_4_4x4_r() argument 989 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4_r() 990 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r() 991 pi4_8x8_tu_split = ppi4_tu_split[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r() 993 ppi4_tu_early_cbf[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r() 997 pu1_src, src_strd, pu1_pred, pred_strd, ai2_4x4_had, 8, pi4_4x4_hsad, num_4x4_in_row, 0); in ihevce_had_8x8_using_4_4x4_r() [all …]
|
D | ihevce_had_satd.h | 124 WORD32 num_4x4_in_row, 161 WORD32 num_4x4_in_row, 179 WORD32 num_4x4_in_row, 207 WORD32 num_4x4_in_row, 219 WORD32 num_4x4_in_row); 232 WORD32 num_4x4_in_row,
|
D | ihevce_stasino_helpers.h | 218 WORD32 num_4x4_in_row, 237 WORD32 num_4x4_in_row,
|
D | hme_err_compute.h | 298 WORD32 num_4x4_in_row,
|
/external/libhevc/encoder/arm/ |
D | ihevce_had_compute_neon.c | 800 WORD32 num_4x4_in_row, in ihevce_had_8x8_using_4_4x4_r_neon() argument 833 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4_r_neon() 834 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r_neon() 835 pi4_8x8_tu_split = ppi4_tu_split[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r_neon() 837 ppi4_tu_early_cbf[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r_neon() 855 cost_child = hadamard_sad4x4_4(a, pi4_4x4_hsad, num_4x4_in_row); in ihevce_had_8x8_using_4_4x4_r_neon() 987 WORD32 num_4x4_in_row, in ihevce_had_16x16_r_neon() argument 1023 pi4_16x16_hsad = ppi4_hsad[HAD_16x16] + (pos_x >> 2) + (pos_y >> 2) * (num_4x4_in_row >> 2); in ihevce_had_16x16_r_neon() 1026 ppi4_tu_split[HAD_16x16] + (pos_x >> 2) + (pos_y >> 2) * (num_4x4_in_row >> 2); in ihevce_had_16x16_r_neon() 1029 ppi4_tu_early_cbf[HAD_16x16] + (pos_x >> 2) + (pos_y >> 2) * (num_4x4_in_row >> 2); in ihevce_had_16x16_r_neon() [all …]
|