Searched refs:pi4_temp (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/common/ |
D | ihevc_resi_trans.c | 101 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, 50 WORD32 *pi4_temp, 60 WORD32 *pi4_temp, 71 WORD32 *pi4_temp, 81 WORD32 *pi4_temp, 92 WORD32 *pi4_temp, 103 WORD32 *pi4_temp, 112 WORD32 *pi4_temp, 122 WORD32 *pi4_temp, 131 WORD32 *pi4_temp,
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon_32x32.c | 103 WORD32 *pi4_temp, WORD16 *pi2_dst, WORD32 src_strd, WORD32 pred_strd, in ihevc_resi_trans_32x32_neon() argument 111 WORD32 *pi4_temp_orig = pi4_temp; in ihevc_resi_trans_32x32_neon() 297 vst1_s32(pi4_temp, vget_low_s32(val_8.val[0])); /*Value 0*/ in ihevc_resi_trans_32x32_neon() 298 vst1_s32(pi4_temp + 256, vget_high_s32(val_8.val[0])); /*Value 8*/ in ihevc_resi_trans_32x32_neon() 299 vst1_s32(pi4_temp + 512, vget_low_s32(val_8.val[1])); /*Value 16*/ in ihevc_resi_trans_32x32_neon() 300 vst1_s32(pi4_temp + 768, vget_high_s32(val_8.val[1])); /*Value 24*/ in ihevc_resi_trans_32x32_neon() 365 vst1_s32(pi4_temp + 128, vget_low_s32(val_4.val[0])); /*Value 4*/ in ihevc_resi_trans_32x32_neon() 366 vst1_s32(pi4_temp + 384, vget_high_s32(val_4.val[0])); /*Value 12*/ in ihevc_resi_trans_32x32_neon() 367 vst1_s32(pi4_temp + 640, vget_low_s32(val_4.val[1])); /*Value 20*/ in ihevc_resi_trans_32x32_neon() 368 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 87 (void)pi4_temp; in ihevc_resi_trans_4x4_neon() 216 WORD32 *pi4_temp, in ihevc_resi_trans_4x4_ttype1_neon() argument 254 (void)pi4_temp; in ihevc_resi_trans_4x4_ttype1_neon() 398 WORD32 *pi4_temp, in ihevc_resi_trans_8x8_neon() argument 413 (void)pi4_temp; in ihevc_resi_trans_8x8_neon() 1283 WORD32 *pi4_temp, in ihevc_resi_trans_16x16_neon() argument 1299 (void)pi4_temp; in ihevc_resi_trans_16x16_neon()
|
D | ihevc_resi_trans.s | 239 @ WORD32 *pi4_temp, 250 @ r2 - pi4_temp 403 @ WORB32 *pi4_temp, 414 @ r2 - pi4_temp
|
/external/libhevc/encoder/ |
D | ihevce_decomp_pre_intra_pass.c | 1912 WORD32 *pi4_temp = &temp[0]; in ihevce_merge_sort() local 1915 pi4_temp_buf_cpy = pi4_temp; in ihevce_merge_sort() 1936 memcpy(&pi4_temp[0], pi4_input_val, sizeof(WORD32) * i4_ip_sort_level * 2); in ihevce_merge_sort() 1947 pi4_temp[k] = pi4_input_val[j + i4_ip_sort_level]; in ihevce_merge_sort() 1953 pi4_temp[k] = pi4_input_val[i]; in ihevce_merge_sort() 1960 pi4_temp[k] = pi4_input_val[j + i4_ip_sort_level]; in ihevce_merge_sort() 1966 pi4_temp[k] = pi4_input_val[i]; in ihevce_merge_sort() 1972 pi4_temp += (i4_ip_sort_level * 2); in ihevce_merge_sort() 1974 pi4_input_val = pi4_temp - i4_length; in ihevce_merge_sort() 1979 pi4_temp = pi4_temp_buf_cpy; in ihevce_merge_sort() [all …]
|