Searched refs:pi4_temp (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/common/ |
D | ihevc_resi_trans.c | 98 WORD32 *pi4_temp, in ihevc_resi_trans_4x4_ttype1() argument 117 pi4_tmp_orig = pi4_temp; in ihevc_resi_trans_4x4_ttype1() 147 pi4_temp[0] = (29 * c[0] + 55 * c[1] + c[3] + add) >> shift; in ihevc_resi_trans_4x4_ttype1() 152 pi4_temp[trans_size] = in ihevc_resi_trans_4x4_ttype1() 155 pi4_temp[2 * trans_size] = (29 * c[2] + 55 * c[0] - c[3] + add) >> shift; in ihevc_resi_trans_4x4_ttype1() 156 pi4_temp[3 * trans_size] = (55 * c[2] - 29 * c[1] + c[3] + add) >> shift; in ihevc_resi_trans_4x4_ttype1() 160 pi4_temp++; in ihevc_resi_trans_4x4_ttype1() 163 pi4_temp = pi4_tmp_orig; in ihevc_resi_trans_4x4_ttype1() 172 c[0] = pi4_temp[0] + pi4_temp[3]; in ihevc_resi_trans_4x4_ttype1() 173 c[1] = pi4_temp[1] + pi4_temp[3]; in ihevc_resi_trans_4x4_ttype1() [all …]
|
D | ihevc_resi_trans.h | 41 WORD32 *pi4_temp, 49 WORD32 *pi4_temp, 58 WORD32 *pi4_temp, 68 WORD32 *pi4_temp, 78 WORD32 *pi4_temp, 88 WORD32 *pi4_temp, 99 WORD32 *pi4_temp, 107 WORD32 *pi4_temp, 116 WORD32 *pi4_temp, 124 WORD32 *pi4_temp,
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon_32x32.c | 100 WORD32 *pi4_temp, WORD16 *pi2_dst, WORD32 src_strd, WORD32 pred_strd, in ihevc_resi_trans_32x32_neon() argument 109 WORD32 *pi4_temp_orig = pi4_temp; in ihevc_resi_trans_32x32_neon() 295 vst1_s32(pi4_temp, vget_low_s32(val_8.val[0])); /*Value 0*/ in ihevc_resi_trans_32x32_neon() 296 vst1_s32(pi4_temp + 256, vget_high_s32(val_8.val[0])); /*Value 8*/ in ihevc_resi_trans_32x32_neon() 297 vst1_s32(pi4_temp + 512, vget_low_s32(val_8.val[1])); /*Value 16*/ in ihevc_resi_trans_32x32_neon() 298 vst1_s32(pi4_temp + 768, vget_high_s32(val_8.val[1])); /*Value 24*/ in ihevc_resi_trans_32x32_neon() 363 vst1_s32(pi4_temp + 128, vget_low_s32(val_4.val[0])); /*Value 4*/ in ihevc_resi_trans_32x32_neon() 364 vst1_s32(pi4_temp + 384, vget_high_s32(val_4.val[0])); /*Value 12*/ in ihevc_resi_trans_32x32_neon() 365 vst1_s32(pi4_temp + 640, vget_low_s32(val_4.val[1])); /*Value 20*/ in ihevc_resi_trans_32x32_neon() 366 vst1_s32(pi4_temp + 896, vget_high_s32(val_4.val[1])); /*Value 28*/ in ihevc_resi_trans_32x32_neon() [all …]
|
D | ihevc_resi_trans_neon.c | 65 WORD32 *pi4_temp, in ihevc_resi_trans_4x4_neon() argument 88 (void)pi4_temp; in ihevc_resi_trans_4x4_neon() 215 WORD32 *pi4_temp, in ihevc_resi_trans_4x4_ttype1_neon() argument 253 (void)pi4_temp; in ihevc_resi_trans_4x4_ttype1_neon() 395 WORD32 *pi4_temp, in ihevc_resi_trans_8x8_neon() argument 411 (void)pi4_temp; in ihevc_resi_trans_8x8_neon() 1277 WORD32 *pi4_temp, in ihevc_resi_trans_16x16_neon() argument 1294 (void)pi4_temp; in ihevc_resi_trans_16x16_neon()
|
D | ihevc_resi_trans.s | 225 @ WORD32 *pi4_temp, 235 @ r2 - pi4_temp 385 @ WORB32 *pi4_temp, 395 @ r2 - pi4_temp
|
/external/libhevc/encoder/ |
D | ihevce_decomp_pre_intra_pass.c | 2973 WORD32 *pi4_temp = &temp[0]; in ihevce_merge_sort() local 2976 pi4_temp_buf_cpy = pi4_temp; in ihevce_merge_sort() 2997 memcpy(&pi4_temp[0], pi4_input_val, sizeof(WORD32) * i4_ip_sort_level * 2); in ihevce_merge_sort() 3008 pi4_temp[k] = pi4_input_val[j + i4_ip_sort_level]; in ihevce_merge_sort() 3014 pi4_temp[k] = pi4_input_val[i]; in ihevce_merge_sort() 3021 pi4_temp[k] = pi4_input_val[j + i4_ip_sort_level]; in ihevce_merge_sort() 3027 pi4_temp[k] = pi4_input_val[i]; in ihevce_merge_sort() 3033 pi4_temp += (i4_ip_sort_level * 2); in ihevce_merge_sort() 3035 pi4_input_val = pi4_temp - i4_length; in ihevce_merge_sort() 3040 pi4_temp = pi4_temp_buf_cpy; in ihevce_merge_sort() [all …]
|