/external/libhevc/common/ |
D | ihevc_itrans.c | 95 WORD32 src_strd, in ihevc_itrans_4x4_ttype1() argument 115 c[0] = pi2_src[0] + pi2_src[2 * src_strd]; in ihevc_itrans_4x4_ttype1() 116 c[1] = pi2_src[2 * src_strd] + pi2_src[3 * src_strd]; in ihevc_itrans_4x4_ttype1() 117 c[2] = pi2_src[0] - pi2_src[3 * src_strd]; in ihevc_itrans_4x4_ttype1() 118 c[3] = 74 * pi2_src[src_strd]; in ihevc_itrans_4x4_ttype1() 125 … CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> i4_shift); in ihevc_itrans_4x4_ttype1() 178 WORD32 src_strd, in ihevc_itrans_4x4() argument 200 o[0] = g_ai2_ihevc_trans_4[1][0] * pi2_src[src_strd] in ihevc_itrans_4x4() 201 + g_ai2_ihevc_trans_4[3][0] * pi2_src[3 * src_strd]; in ihevc_itrans_4x4() 202 o[1] = g_ai2_ihevc_trans_4[1][1] * pi2_src[src_strd] in ihevc_itrans_4x4() [all …]
|
D | ihevc_deblk_edge_filter.c | 99 WORD32 src_strd, in ihevc_deblk_luma_vert() argument 138 dq3 = ABS(pu1_src[3 * src_strd + 2] - 2 * pu1_src[3 * src_strd + 1] in ihevc_deblk_luma_vert() 139 + pu1_src[3 * src_strd + 0]); in ihevc_deblk_luma_vert() 141 dp3 = ABS(pu1_src[3 * src_strd - 3] - 2 * pu1_src[3 * src_strd - 2] in ihevc_deblk_luma_vert() 142 + pu1_src[3 * src_strd - 1]); in ihevc_deblk_luma_vert() 167 pu1_src += 3 * src_strd; in ihevc_deblk_luma_vert() 176 pu1_src -= 3 * src_strd; in ihevc_deblk_luma_vert() 281 pu1_src += src_strd; in ihevc_deblk_luma_vert() 336 WORD32 src_strd, in ihevc_deblk_luma_horz() argument 374 dq0 = ABS(pu1_src[2 * src_strd] - 2 * pu1_src[1 * src_strd] + in ihevc_deblk_luma_horz() [all …]
|
D | ihevc_hbd_deblk_edge_filter.c | 105 WORD32 src_strd, in ihevc_hbd_deblk_luma_vert() argument 145 dq3 = ABS(pu2_src[3 * src_strd + 2] - 2 * pu2_src[3 * src_strd + 1] in ihevc_hbd_deblk_luma_vert() 146 + pu2_src[3 * src_strd + 0]); in ihevc_hbd_deblk_luma_vert() 148 dp3 = ABS(pu2_src[3 * src_strd - 3] - 2 * pu2_src[3 * src_strd - 2] in ihevc_hbd_deblk_luma_vert() 149 + pu2_src[3 * src_strd - 1]); in ihevc_hbd_deblk_luma_vert() 174 pu2_src += 3 * src_strd; in ihevc_hbd_deblk_luma_vert() 183 pu2_src -= 3 * src_strd; in ihevc_hbd_deblk_luma_vert() 287 pu2_src += src_strd; in ihevc_hbd_deblk_luma_vert() 340 WORD32 src_strd, in ihevc_hbd_deblk_luma_horz() argument 379 dq0 = ABS(pu2_src[2 * src_strd] - 2 * pu2_src[1 * src_strd] + in ihevc_hbd_deblk_luma_horz() [all …]
|
D | ihevc_sao.c | 73 WORD32 src_strd, in ihevc_sao_band_offset_luma() argument 90 pu1_src_left[row] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_luma() 95 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_band_offset_luma() 117 pu1_src += src_strd; in ihevc_sao_band_offset_luma() 125 WORD32 src_strd, in ihevc_sao_band_offset_chroma() argument 145 pu1_src_left[2 * row] = pu1_src[row * src_strd + (wd - 2)]; in ihevc_sao_band_offset_chroma() 146 pu1_src_left[2 * row + 1] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_chroma() 152 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_band_offset_chroma() 179 pu1_src += src_strd; in ihevc_sao_band_offset_chroma() 187 WORD32 src_strd, in ihevc_sao_edge_offset_class0() argument [all …]
|
D | ihevc_padding.c | 90 WORD32 src_strd, in ihevc_pad_vert() argument 99 memcpy(pu1_src - row * src_strd, pu1_src, wd); in ihevc_pad_vert() 100 memcpy(pu1_src + (ht + row - 1) * src_strd, in ihevc_pad_vert() 101 pu1_src + (ht - 1) * src_strd, wd); in ihevc_pad_vert() 144 WORD32 src_strd, in ihevc_pad_horz_chroma() argument 153 src_strd >>= 1; in ihevc_pad_horz_chroma() 167 pu2_src += src_strd; in ihevc_pad_horz_chroma() 211 WORD32 src_strd, in ihevc_pad_horz_luma() argument 223 pu1_src += src_strd; in ihevc_pad_horz_luma() 269 WORD32 src_strd, in ihevc_pad_top() argument [all …]
|
D | ihevc_inter_pred_filters.c | 110 WORD32 src_strd, in ihevc_inter_pred_luma_copy() argument 125 pu1_src += src_strd; in ihevc_inter_pred_luma_copy() 172 WORD32 src_strd, in ihevc_inter_pred_luma_horz() argument 195 pu1_src += src_strd; in ihevc_inter_pred_luma_horz() 245 WORD32 src_strd, in ihevc_inter_pred_luma_vert() argument 260 i2_tmp += pi1_coeff[i] * pu1_src[col + (i - 3) * src_strd]; in ihevc_inter_pred_luma_vert() 268 pu1_src += src_strd; in ihevc_inter_pred_luma_vert() 318 WORD32 src_strd, in ihevc_inter_pred_luma_copy_w16out() argument 333 pu1_src += src_strd; in ihevc_inter_pred_luma_copy_w16out() 384 WORD32 src_strd, in ihevc_inter_pred_luma_horz_w16out() argument [all …]
|
D | ihevc_padding.h | 43 WORD32 src_strd, 50 WORD32 src_strd, 57 WORD32 src_strd, 64 WORD32 src_strd, 71 WORD32 src_strd, 78 WORD32 src_strd, 84 WORD32 src_strd, 89 WORD32 src_strd, 94 WORD32 src_strd, 99 WORD32 src_strd, [all …]
|
D | ihevc_intra_pred.h | 50 WORD32 src_strd, 60 WORD32 src_strd, 68 WORD32 src_strd, 77 WORD32 src_strd, 86 WORD32 src_strd, 95 WORD32 src_strd, 104 WORD32 src_strd, 113 WORD32 src_strd, 122 WORD32 src_strd, 131 WORD32 src_strd, [all …]
|
D | ihevc_chroma_intra_pred.h | 44 WORD32 src_strd, 52 WORD32 src_strd, 60 WORD32 src_strd, 68 WORD32 src_strd, 76 WORD32 src_strd, 84 WORD32 src_strd, 92 WORD32 src_strd, 100 WORD32 src_strd, 108 WORD32 src_strd, 116 WORD32 src_strd, [all …]
|
D | ihevc_itrans_recon.c | 103 WORD32 src_strd, in ihevc_itrans_recon_4x4_ttype1() argument 133 c[0] = pi2_src[0] + pi2_src[2 * src_strd]; in ihevc_itrans_recon_4x4_ttype1() 134 c[1] = pi2_src[2 * src_strd] + pi2_src[3 * src_strd]; in ihevc_itrans_recon_4x4_ttype1() 135 c[2] = pi2_src[0] - pi2_src[3 * src_strd]; in ihevc_itrans_recon_4x4_ttype1() 136 c[3] = 74 * pi2_src[src_strd]; in ihevc_itrans_recon_4x4_ttype1() 143 … CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> shift); in ihevc_itrans_recon_4x4_ttype1() 238 WORD32 src_strd, in ihevc_itrans_recon_4x4() argument 271 o[0] = g_ai2_ihevc_trans_4[1][0] * pi2_src[src_strd] in ihevc_itrans_recon_4x4() 272 + g_ai2_ihevc_trans_4[3][0] * pi2_src[3 * src_strd]; in ihevc_itrans_recon_4x4() 273 o[1] = g_ai2_ihevc_trans_4[1][1] * pi2_src[src_strd] in ihevc_itrans_recon_4x4() [all …]
|
D | ihevc_sao.h | 53 WORD32 src_strd, 63 WORD32 src_strd, 74 WORD32 src_strd, 86 WORD32 src_strd, 99 WORD32 src_strd, 111 WORD32 src_strd, 124 WORD32 src_strd, 137 WORD32 src_strd, 151 WORD32 src_strd, 163 WORD32 src_strd, [all …]
|
/external/libhevc/encoder/arm/ |
D | ihevce_copy_neon.c | 63 WORD32 src_strd, in ihevce_chroma_interleave_2d_copy_neon() argument 87 pu1_uv_src += src_strd; in ihevce_chroma_interleave_2d_copy_neon() 100 UWORD8 *src_ol = pu1_uv_src + j * src_strd; in ihevce_chroma_interleave_2d_copy_neon() 119 … UWORD8 *pu1_dst, WORD32 dst_strd, UWORD8 *pu1_src, WORD32 src_strd, WORD32 blk_wd, WORD32 blk_ht) in copy_2d_neon() argument 130 pu1_src += src_strd; in copy_2d_neon() 134 pu1_src += src_strd; in copy_2d_neon() 149 src_1 = vld1_u8(pu1_src + src_strd); in copy_2d_neon() 151 pu1_src += 2 * src_strd; in copy_2d_neon() 166 src_1 = vld1q_u8(pu1_src + src_strd); in copy_2d_neon() 168 pu1_src += 2 * src_strd; in copy_2d_neon() [all …]
|
D | ihevce_sad_compute_neon.c | 57 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd) in ihevce_4x4_sad_computer_neon() argument 59 const uint8x16_t src_u8 = load_unaligned_u8q(pu1_src, src_strd); in ihevce_4x4_sad_computer_neon() 73 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd, WORD32 ht) in ihevce_8xn_sad_computer_neon() argument 89 pu1_src += src_strd; in ihevce_8xn_sad_computer_neon() 100 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd, WORD32 ht) in ihevce_16xn_sad_computer_neon() argument 118 pu1_src += src_strd; in ihevce_16xn_sad_computer_neon() 130 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd, WORD32 ht) in ihevce_32xn_sad_computer_neon() argument 152 pu1_src += src_strd; in ihevce_32xn_sad_computer_neon() 164 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd, WORD32 ht) in ihevce_64xn_sad_computer_neon() argument 194 pu1_src += src_strd; in ihevce_64xn_sad_computer_neon() [all …]
|
/external/libhevc/common/x86/ |
D | ihevc_inter_pred_filters_ssse3_intr.c | 120 WORD32 src_strd, in ihevc_inter_pred_luma_copy_ssse3() argument 142 src1_16x8b = _mm_loadu_si128((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ in ihevc_inter_pred_luma_copy_ssse3() 143 src2_16x8b = _mm_loadu_si128((__m128i *)(pu1_src + 2 * src_strd)); /* row =2 */ in ihevc_inter_pred_luma_copy_ssse3() 144 src3_16x8b = _mm_loadu_si128((__m128i *)(pu1_src + 3 * src_strd)); /* row =3 */ in ihevc_inter_pred_luma_copy_ssse3() 156 pu1_src += 4 * src_strd - wd; /* pointer update */ in ihevc_inter_pred_luma_copy_ssse3() 169 src1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ in ihevc_inter_pred_luma_copy_ssse3() 170 src2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 2 * src_strd)); /* row =2 */ in ihevc_inter_pred_luma_copy_ssse3() 171 src3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 3 * src_strd)); /* row =3 */ in ihevc_inter_pred_luma_copy_ssse3() 183 pu1_src += 4 * src_strd - wd; /* pointer update */ in ihevc_inter_pred_luma_copy_ssse3() 196 src1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ in ihevc_inter_pred_luma_copy_ssse3() [all …]
|
D | ihevc_inter_pred_filters_sse42_intr.c | 111 WORD32 src_strd, in ihevc_inter_pred_luma_copy_w16out_sse42() argument 131 src1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ in ihevc_inter_pred_luma_copy_w16out_sse42() 132 src2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 2 * src_strd)); /* row =2 */ in ihevc_inter_pred_luma_copy_w16out_sse42() 133 src3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 3 * src_strd)); /* row =3 */ in ihevc_inter_pred_luma_copy_w16out_sse42() 155 pu1_src += 4 * src_strd - wd; /* pointer update */ in ihevc_inter_pred_luma_copy_w16out_sse42() 167 src1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ in ihevc_inter_pred_luma_copy_w16out_sse42() 168 src2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 2 * src_strd)); /* row =2 */ in ihevc_inter_pred_luma_copy_w16out_sse42() 169 src3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 3 * src_strd)); /* row =3 */ in ihevc_inter_pred_luma_copy_w16out_sse42() 191 pu1_src += 4 * src_strd - wd; /* pointer update */ in ihevc_inter_pred_luma_copy_w16out_sse42() 238 WORD32 src_strd, in ihevc_inter_pred_chroma_copy_sse42() argument [all …]
|
D | ihevc_sao_ssse3_intr.c | 122 WORD32 src_strd, in ihevc_sao_band_offset_luma_ssse3() argument 146 pu1_src_left[row] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_luma_ssse3() 151 tmp_set_128i_1 = _mm_loadl_epi64((__m128i *)(pu1_src + (ht - 1) * src_strd + offset)); in ihevc_sao_band_offset_luma_ssse3() 264 src_temp2_8x16b = _mm_loadu_si128((__m128i *)(pu1_src_cpy + src_strd)); in ihevc_sao_band_offset_luma_ssse3() 330 _mm_storeu_si128((__m128i *)(pu1_src_cpy + src_strd), src_temp2_8x16b); in ihevc_sao_band_offset_luma_ssse3() 332 pu1_src_cpy += (src_strd << 1); in ihevc_sao_band_offset_luma_ssse3() 346 src_temp1_8x16b = _mm_loadl_epi64((__m128i *)(pu1_src_cpy + src_strd)); in ihevc_sao_band_offset_luma_ssse3() 348 src_temp2_8x16b = _mm_loadl_epi64((__m128i *)(pu1_src_cpy + 2 * src_strd)); in ihevc_sao_band_offset_luma_ssse3() 350 src_temp3_8x16b = _mm_loadl_epi64((__m128i *)(pu1_src_cpy + 3 * src_strd)); in ihevc_sao_band_offset_luma_ssse3() 423 _mm_storel_epi64((__m128i *)(pu1_src_cpy + src_strd), src_temp1_8x16b); in ihevc_sao_band_offset_luma_ssse3() [all …]
|
/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 112 WORD32 src_strd, in ih264_inter_pred_luma_copy() argument 129 pu1_src += src_strd; in ih264_inter_pred_luma_copy() 172 WORD32 src_strd, in ih264_interleave_copy() argument 187 pu1_src += src_strd; in ih264_interleave_copy() 229 WORD32 src_strd, in ih264_inter_pred_luma_horz() argument 256 pu1_src += src_strd; in ih264_inter_pred_luma_horz() 299 WORD32 src_strd, in ih264_inter_pred_luma_vert() argument 317 (pu1_src[col - 2 * src_strd] + pu1_src[col + 3 * src_strd]) in ih264_inter_pred_luma_vert() 319 (pu1_src[col - 1 * src_strd] + pu1_src[col + 2 * src_strd]) in ih264_inter_pred_luma_vert() 321 (pu1_src[col] + pu1_src[col + 1 * src_strd]); in ih264_inter_pred_luma_vert() [all …]
|
D | ih264_padding.c | 91 WORD32 src_strd, in ih264_pad_top() argument 99 memcpy(pu1_src - row * src_strd, pu1_src, wd); in ih264_pad_top() 132 WORD32 src_strd, in ih264_pad_bottom() argument 140 memcpy(pu1_src + (row - 1) * src_strd, pu1_src - 1 * src_strd, wd); in ih264_pad_bottom() 171 WORD32 src_strd, in ih264_pad_left_luma() argument 182 pu1_src += src_strd; in ih264_pad_left_luma() 213 WORD32 src_strd, in ih264_pad_left_chroma() argument 224 src_strd >>= 1; in ih264_pad_left_chroma() 236 pu2_src += src_strd; in ih264_pad_left_chroma() 267 WORD32 src_strd, in ih264_pad_right_luma() argument [all …]
|
D | ih264_deblk_edge_filters.c | 105 WORD32 src_strd, in ih264_deblk_luma_vert_bs4() argument 113 WORD32 blk_strd = src_strd << 2; /* block_increment = src_strd * 4 */ in ih264_deblk_luma_vert_bs4() 129 for(i = 0; i < 4; ++i, pu1_src_temp += src_strd) in ih264_deblk_luma_vert_bs4() 225 WORD32 src_strd, in ih264_deblk_luma_horz_bs4() argument 238 pu1_p3 = pu1_src - (src_strd << 2); in ih264_deblk_luma_horz_bs4() 240 pos_q1 = src_strd; in ih264_deblk_luma_horz_bs4() 241 pos_q2 = X2(src_strd); in ih264_deblk_luma_horz_bs4() 242 pos_q3 = X3(src_strd); in ih264_deblk_luma_horz_bs4() 243 pos_p0 = X3(src_strd); in ih264_deblk_luma_horz_bs4() 244 pos_p1 = X2(src_strd); in ih264_deblk_luma_horz_bs4() [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_sao_edge_offset_class3_chroma.s | 40 @ WORD32 src_strd, 53 @r1 => src_strd 117 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col] 121 VLD1.8 D0,[r11]! @pu1_src[(ht - 1) * src_strd + col] 123 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 141 ADD r11,r0,r1 @pu1_src + src_strd 143 LDRB r14,[r11,r14] @pu1_src[wd - 2 - 2 + src_strd] 144 SUB r11,r9,r14 @pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd] 147 MOVGT r11,#1 @SIGN(pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd]) 148 …N(pu1_src[wd - 2] - pu1_src_top_right[0]) + SIGN(pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd]) [all …]
|
D | ihevc_sao_edge_offset_class2_chroma.s | 40 @ WORD32 src_strd, 53 @r1 => src_strd 119 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col] 123 VLD1.8 D0,[r11]! @pu1_src[(ht - 1) * src_strd + col] 125 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 136 ADD r14,r0,r1 @pu1_src + src_strd 140 LDRB r14,[r14,#2] @pu1_src[2 + src_strd] 144 SUB r11,r9,r14 @pu1_src[0] - pu1_src[2 + src_strd] 153 MOVGT r11,#1 @SIGN(pu1_src[0] - pu1_src[2 + src_strd]) 155 … @SIGN(pu1_src[0] - pu1_src_top_left[0]) + SIGN(pu1_src[0] - pu1_src[2 + src_strd]) [all …]
|
D | ihevc_sao_edge_offset_class3.s | 40 @ WORD32 src_strd, 52 @r1 => src_strd 108 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col] 112 VLD1.8 D0,[r11]! @pu1_src[(ht - 1) * src_strd + col] 114 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 130 ADD r11,r0,r1 @pu1_src + src_strd 132 LDRB r14,[r11,r10] @pu1_src[wd - 1 - 1 + src_strd] 135 SUB r11,r9,r14 @pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd] 140 MOVGT r11,#1 @SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd]) 144 …N(pu1_src[wd - 1] - pu1_src_top_right[0]) + SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd]) [all …]
|
/external/libhevc/decoder/x86/ |
D | ihevcd_fmt_conv_ssse3_intr.c | 63 WORD32 num_rows, num_cols, src_strd, dst_strd, cols, rows; in ihevcd_fmt_conv_420sp_to_420p_ssse3() local 78 src_strd = src_y_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 84 pu1_src += src_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 121 src_strd = src_uv_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3() 134 PREFETCH((char const *)(pu1_uv_src + (8 * src_strd)), _MM_HINT_T0) in ihevcd_fmt_conv_420sp_to_420p_ssse3() 135 PREFETCH((char const *)(pu1_uv_src + (9 * src_strd)), _MM_HINT_T0) in ihevcd_fmt_conv_420sp_to_420p_ssse3() 136 PREFETCH((char const *)(pu1_uv_src + (10 * src_strd)), _MM_HINT_T0) in ihevcd_fmt_conv_420sp_to_420p_ssse3() 137 PREFETCH((char const *)(pu1_uv_src + (11 * src_strd)), _MM_HINT_T0) in ihevcd_fmt_conv_420sp_to_420p_ssse3() 160 src_uv0_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (1 * src_strd))); in ihevcd_fmt_conv_420sp_to_420p_ssse3() 161 … src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (1 * src_strd) + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3() [all …]
|
/external/libhevc/encoder/ |
D | ihevce_had_satd.c | 98 WORD32 src_strd, in ihevce_hadamard_4x4_8bit() argument 130 pu1_src += src_strd; in ihevce_hadamard_4x4_8bit() 152 WORD32 src_strd, in ihevce_hadamard_8x8_8bit() argument 161 ihevce_hadamard_4x4_8bit(pu1_src, src_strd, pu1_pred, pred_strd, pi2_dst, dst_strd); in ihevce_hadamard_8x8_8bit() 163 ihevce_hadamard_4x4_8bit(pu1_src + 4, src_strd, pu1_pred + 4, pred_strd, pi2_dst + 4, dst_strd); in ihevce_hadamard_8x8_8bit() 166 pu1_src + 4 * src_strd, in ihevce_hadamard_8x8_8bit() 167 src_strd, in ihevce_hadamard_8x8_8bit() 174 pu1_src + 4 + 4 * src_strd, in ihevce_hadamard_8x8_8bit() 175 src_strd, in ihevce_hadamard_8x8_8bit() 208 WORD32 src_strd, in ihevce_hadamard_16x16_8bit() argument [all …]
|
/external/libavc/encoder/ |
D | ime_distortion_metrics.c | 122 WORD32 src_strd, in ime_sub_pel_compute_sad_16x16() argument 170 pu1_src += src_strd; in ime_sub_pel_compute_sad_16x16() 217 WORD32 src_strd, in ime_calculate_sad4_prog() argument 230 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE; in ime_calculate_sad4_prog() 300 WORD32 src_strd, in ime_calculate_sad3_prog() argument 306 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE; in ime_calculate_sad3_prog() 383 WORD32 src_strd, in ime_calculate_sad2_prog() argument 389 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE; in ime_calculate_sad2_prog() 458 WORD32 src_strd, in ime_compute_sad_16x16() argument 464 UWORD32 u4_src_offset = src_strd - 16; in ime_compute_sad_16x16() [all …]
|