/external/libhevc/common/ |
D | ihevc_recon.c | 98 WORD32 pred_strd, in ihevc_recon_4x4_ttype1() argument 116 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_4x4_ttype1() 124 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_4x4_ttype1() 180 WORD32 pred_strd, in ihevc_recon_4x4() argument 198 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_4x4() 206 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_4x4() 262 WORD32 pred_strd, in ihevc_recon_8x8() argument 280 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_8x8() 288 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_8x8() 344 WORD32 pred_strd, in ihevc_recon_16x16() argument [all …]
|
D | ihevc_recon.h | 41 WORD32 pred_strd, 48 WORD32 pred_strd, 56 WORD32 pred_strd, 63 WORD32 pred_strd, 71 WORD32 pred_strd, 78 WORD32 pred_strd, 86 WORD32 pred_strd, 93 WORD32 pred_strd, 101 WORD32 pred_strd, 108 WORD32 pred_strd,
|
D | ihevc_iquant_recon.c | 112 WORD32 pred_strd, in ihevc_iquant_recon_4x4_ttype1() argument 140 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_iquant_recon_4x4_ttype1() 154 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_iquant_recon_4x4_ttype1() 224 WORD32 pred_strd, in ihevc_iquant_recon_4x4() argument 252 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_iquant_recon_4x4() 265 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_iquant_recon_4x4() 335 WORD32 pred_strd, in ihevc_iquant_recon_8x8() argument 363 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_iquant_recon_8x8() 376 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_iquant_recon_8x8() 446 WORD32 pred_strd, in ihevc_iquant_recon_16x16() argument [all …]
|
D | ihevc_chroma_recon.c | 107 WORD32 pred_strd, in ihevc_chroma_recon_4x4() argument 125 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_chroma_recon_4x4() 133 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_chroma_recon_4x4() 190 WORD32 pred_strd, in ihevc_chroma_recon_8x8() argument 208 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_chroma_recon_8x8() 216 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_chroma_recon_8x8() 273 WORD32 pred_strd, in ihevc_chroma_recon_16x16() argument 291 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_chroma_recon_16x16() 299 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_chroma_recon_16x16()
|
D | ihevc_iquant_recon.h | 44 WORD32 pred_strd, 54 WORD32 pred_strd, 65 WORD32 pred_strd, 75 WORD32 pred_strd, 86 WORD32 pred_strd, 96 WORD32 pred_strd, 107 WORD32 pred_strd, 117 WORD32 pred_strd, 128 WORD32 pred_strd, 138 WORD32 pred_strd,
|
D | ihevc_itrans_recon.h | 42 WORD32 pred_strd, 51 WORD32 pred_strd, 61 WORD32 pred_strd, 70 WORD32 pred_strd, 80 WORD32 pred_strd, 89 WORD32 pred_strd, 99 WORD32 pred_strd, 108 WORD32 pred_strd, 118 WORD32 pred_strd, 127 WORD32 pred_strd,
|
D | ihevc_iquant_itrans_recon.h | 47 WORD32 pred_strd, 60 WORD32 pred_strd, 74 WORD32 pred_strd, 87 WORD32 pred_strd, 101 WORD32 pred_strd, 114 WORD32 pred_strd, 128 WORD32 pred_strd, 141 WORD32 pred_strd, 155 WORD32 pred_strd, 168 WORD32 pred_strd,
|
D | ihevc_chroma_iquant_recon.c | 118 WORD32 pred_strd, in ihevc_chroma_iquant_recon_4x4() argument 146 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_chroma_iquant_recon_4x4() 159 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_chroma_iquant_recon_4x4() 230 WORD32 pred_strd, in ihevc_chroma_iquant_recon_8x8() argument 258 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_chroma_iquant_recon_8x8() 271 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_chroma_iquant_recon_8x8() 342 WORD32 pred_strd, in ihevc_chroma_iquant_recon_16x16() argument 371 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_chroma_iquant_recon_16x16() 384 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_chroma_iquant_recon_16x16()
|
D | ihevc_chroma_recon.h | 50 WORD32 pred_strd, 57 WORD32 pred_strd, 65 WORD32 pred_strd, 72 WORD32 pred_strd, 80 WORD32 pred_strd, 87 WORD32 pred_strd,
|
D | ihevc_chroma_itrans_recon.h | 45 WORD32 pred_strd, 54 WORD32 pred_strd, 64 WORD32 pred_strd, 73 WORD32 pred_strd, 83 WORD32 pred_strd, 92 WORD32 pred_strd,
|
D | ihevc_chroma_iquant_recon.h | 47 WORD32 pred_strd, 57 WORD32 pred_strd, 68 WORD32 pred_strd, 78 WORD32 pred_strd, 89 WORD32 pred_strd, 99 WORD32 pred_strd,
|
D | ihevc_chroma_iquant_itrans_recon.h | 48 WORD32 pred_strd, 61 WORD32 pred_strd, 75 WORD32 pred_strd, 88 WORD32 pred_strd, 102 WORD32 pred_strd, 115 WORD32 pred_strd,
|
D | ihevc_itrans_recon.c | 104 WORD32 pred_strd, in ihevc_itrans_recon_4x4_ttype1() argument 180 pu1_pred += pred_strd; in ihevc_itrans_recon_4x4_ttype1() 239 WORD32 pred_strd, in ihevc_itrans_recon_4x4() argument 328 pu1_pred += pred_strd; in ihevc_itrans_recon_4x4()
|
/external/libavc/common/ |
D | ih264_iquant_itrans_recon.c | 109 WORD32 pred_strd, in ih264_iquant_itrans_recon_4x4() argument 184 pu1_pred_ptr += pred_strd; in ih264_iquant_itrans_recon_4x4() 191 pu1_pred_ptr += pred_strd; in ih264_iquant_itrans_recon_4x4() 198 pu1_pred_ptr += pred_strd; in ih264_iquant_itrans_recon_4x4() 216 WORD32 pred_strd, in ih264_iquant_itrans_recon_4x4_dc() argument 251 pu1_pred_ptr += pred_strd; in ih264_iquant_itrans_recon_4x4_dc() 256 pu1_pred_ptr += pred_strd; in ih264_iquant_itrans_recon_4x4_dc() 261 pu1_pred_ptr += pred_strd; in ih264_iquant_itrans_recon_4x4_dc() 326 WORD32 pred_strd, in ih264_iquant_itrans_recon_8x8() argument 509 pu1_pred_ptr += pred_strd; in ih264_iquant_itrans_recon_8x8() [all …]
|
D | ih264_trans_quant_itrans_iquant.h | 48 WORD32 pred_strd, 60 WORD32 pred_strd, 74 WORD32 pred_strd, 86 WORD32 pred_strd, 99 WORD32 pred_strd, 110 WORD32 pred_strd, 123 WORD32 pred_strd, 136 WORD32 pred_strd, 149 WORD32 pred_strd,
|
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_dc_ssse3.c | 104 WORD32 pred_strd, in ih264_iquant_itrans_recon_4x4_dc_ssse3() argument 138 …predload_r = _mm_loadl_epi64((__m128i *) (&pu1_pred[pred_strd])); //p10 p11 p12 p13 0 0 0 0 0 0 0 … in ih264_iquant_itrans_recon_4x4_dc_ssse3() 140 …predload_r = _mm_loadl_epi64((__m128i *) (&pu1_pred[2*pred_strd])); //p20 p21 p22 p23 0 0 0 0 0 0 … in ih264_iquant_itrans_recon_4x4_dc_ssse3() 142 …predload_r = _mm_loadl_epi64((__m128i *) (&pu1_pred[3*pred_strd])); //p30 p31 p32 p33 0 0 0 0 0 0 … in ih264_iquant_itrans_recon_4x4_dc_ssse3() 230 WORD32 pred_strd, in ih264_iquant_itrans_recon_8x8_dc_ssse3() argument 261 …predload_r = _mm_loadl_epi64((__m128i *)(&pu1_pred[pred_strd])); //p0 p1 p2 p3 p4 p5 p6 p7 0 0 0 0… in ih264_iquant_itrans_recon_8x8_dc_ssse3() 265 … (__m128i *)(&pu1_pred[2 * pred_strd])); //p0 p1 p2 p3 p4 p5 p6 p7 0 0 0 0 0 0 0 0 -- all 8 bits in ih264_iquant_itrans_recon_8x8_dc_ssse3() 269 … (__m128i *)(&pu1_pred[3 * pred_strd])); //p0 p1 p2 p3 p4 p5 p6 p7 0 0 0 0 0 0 0 0 -- all 8 bits in ih264_iquant_itrans_recon_8x8_dc_ssse3() 273 … (__m128i *)(&pu1_pred[4 * pred_strd])); //p0 p1 p2 p3 p4 p5 p6 p7 0 0 0 0 0 0 0 0 -- all 8 bits in ih264_iquant_itrans_recon_8x8_dc_ssse3() 277 … (__m128i *)(&pu1_pred[5 * pred_strd])); //p0 p1 p2 p3 p4 p5 p6 p7 0 0 0 0 0 0 0 0 -- all 8 bit in ih264_iquant_itrans_recon_8x8_dc_ssse3() [all …]
|
/external/libhevc/decoder/x86/ |
D | ihevcd_it_rec_dc_sse42_intr.c | 47 void ihevcd_itrans_recon_dc_luma_sse42(UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 pred_strd, WORD32 … in ihevcd_itrans_recon_dc_luma_sse42() argument 98 m_temp_reg_1 = _mm_loadl_epi64((__m128i *)(pu1_pred + pred_strd)); in ihevcd_itrans_recon_dc_luma_sse42() 99 m_temp_reg_2 = _mm_loadl_epi64((__m128i *)(pu1_pred + 2 * pred_strd)); in ihevcd_itrans_recon_dc_luma_sse42() 100 m_temp_reg_3 = _mm_loadl_epi64((__m128i *)(pu1_pred + 3 * pred_strd)); in ihevcd_itrans_recon_dc_luma_sse42() 141 m_temp_reg_1 = _mm_loadl_epi64((__m128i *)(pu1_pred + pred_strd)); in ihevcd_itrans_recon_dc_luma_sse42() 142 m_temp_reg_2 = _mm_loadl_epi64((__m128i *)(pu1_pred + 2 * pred_strd)); in ihevcd_itrans_recon_dc_luma_sse42() 143 m_temp_reg_3 = _mm_loadl_epi64((__m128i *)(pu1_pred + 3 * pred_strd)); in ihevcd_itrans_recon_dc_luma_sse42() 179 pu1_pred += 4 * pred_strd - trans_size; in ihevcd_itrans_recon_dc_luma_sse42() 187 void ihevcd_itrans_recon_dc_chroma_sse42(UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 pred_strd, WORD3… in ihevcd_itrans_recon_dc_chroma_sse42() argument 245 m_temp_reg_1 = _mm_loadl_epi64((__m128i *)(pu1_pred + pred_strd)); in ihevcd_itrans_recon_dc_chroma_sse42() [all …]
|
D | ihevcd_it_rec_dc_ssse3_intr.c | 49 void ihevcd_itrans_recon_dc_luma_ssse3(UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 pred_strd, WORD32 … in ihevcd_itrans_recon_dc_luma_ssse3() argument 99 m_temp_reg_1 = _mm_loadl_epi64((__m128i *)(pu1_pred + pred_strd)); in ihevcd_itrans_recon_dc_luma_ssse3() 100 m_temp_reg_2 = _mm_loadl_epi64((__m128i *)(pu1_pred + 2 * pred_strd)); in ihevcd_itrans_recon_dc_luma_ssse3() 101 m_temp_reg_3 = _mm_loadl_epi64((__m128i *)(pu1_pred + 3 * pred_strd)); in ihevcd_itrans_recon_dc_luma_ssse3() 142 m_temp_reg_1 = _mm_loadl_epi64((__m128i *)(pu1_pred + pred_strd)); in ihevcd_itrans_recon_dc_luma_ssse3() 143 m_temp_reg_2 = _mm_loadl_epi64((__m128i *)(pu1_pred + 2 * pred_strd)); in ihevcd_itrans_recon_dc_luma_ssse3() 144 m_temp_reg_3 = _mm_loadl_epi64((__m128i *)(pu1_pred + 3 * pred_strd)); in ihevcd_itrans_recon_dc_luma_ssse3() 180 pu1_pred += 4 * pred_strd - trans_size; in ihevcd_itrans_recon_dc_luma_ssse3() 188 void ihevcd_itrans_recon_dc_chroma_ssse3(UWORD8 *pu1_pred, UWORD8 *pu1_dst, WORD32 pred_strd, WORD3… in ihevcd_itrans_recon_dc_chroma_ssse3() argument 245 m_temp_reg_1 = _mm_loadl_epi64((__m128i *)(pu1_pred + pred_strd)); in ihevcd_itrans_recon_dc_chroma_ssse3() [all …]
|
/external/libhevc/decoder/ |
D | ihevcd_itrans_recon_dc.c | 88 WORD32 pred_strd, in ihevcd_itrans_recon_dc_luma() argument 111 pu1_dst[row * dst_strd + col] = CLIP_U8((pu1_pred[row * pred_strd + col] + dc_value)); in ihevcd_itrans_recon_dc_luma() 118 WORD32 pred_strd, in ihevcd_itrans_recon_dc_chroma() argument 142 …pu1_dst[row * dst_strd + (col << 1)] = CLIP_U8((pu1_pred[row * pred_strd + (col << 1)] + dc_value)… in ihevcd_itrans_recon_dc_chroma()
|
D | ihevcd_iquant_itrans_recon_ctb.c | 661 WORD32 src_strd, pred_strd, dst_strd; in ihevcd_iquant_itrans_recon_ctb() local 792 pred_strd = pic_strd; in ihevcd_iquant_itrans_recon_ctb() 983 … pu1_top, pu1_left, pred_strd, trans_size, luma_nbr_flags, au1_ref_sub_out, 1); in ihevcd_iquant_itrans_recon_ctb() 987 … pu1_top, pu1_left, pred_strd, trans_size, luma_nbr_flags, au1_ref_sub_out, 1); in ihevcd_iquant_itrans_recon_ctb() 999 …->apf_intra_pred_luma[luma_pred_func_idx](au1_ref_sub_out, 1, pu1_pred, pred_strd, trans_size, u1_… in ihevcd_iquant_itrans_recon_ctb() 1058 …ra_pred_chroma[chroma_pred_func_idx](au1_ref_sub_out, 1, pu1_pred_orig, pred_strd, trans_size, u1_… in ihevcd_iquant_itrans_recon_ctb() 1072 src_strd, pred_strd, dst_strd, in ihevcd_iquant_itrans_recon_ctb() 1086 src_strd, pred_strd, in ihevcd_iquant_itrans_recon_ctb() 1094 pred_strd, dst_strd, in ihevcd_iquant_itrans_recon_ctb() 1110 pred_strd, dst_strd, in ihevcd_iquant_itrans_recon_ctb() [all …]
|
D | ihevcd_itrans_recon_dc.h | 42 WORD32 pred_strd, 48 WORD32 pred_strd,
|
/external/libavc/encoder/ |
D | ih264e_core_coding.c | 158 WORD32 pred_strd, in ih264e_luma_16x16_resi_trans_dctrans_quant() argument 183 pu1_curr_pred = pu1_pred + i4_offsetx + i4_offsety * pred_strd; in ih264e_luma_16x16_resi_trans_dctrans_quant() 187 src_strd, pred_strd, pu2_scale_matrix, in ih264e_luma_16x16_resi_trans_dctrans_quant() 284 WORD32 pred_strd, in ih264e_luma_16x16_idctrans_iquant_itrans_recon() argument 367 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon() 373 pu1_cur_out_blk, pred_strd, in ih264e_luma_16x16_idctrans_iquant_itrans_recon() 391 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon() 396 pred_strd, out_strd, in ih264e_luma_16x16_idctrans_iquant_itrans_recon() 411 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon() 415 pred_strd, out_strd, SIZE_4X4_BLK_HRZ, in ih264e_luma_16x16_idctrans_iquant_itrans_recon() [all …]
|
D | ih264e_core_coding.h | 171 WORD16 *pi2_out, WORD32 src_strd, WORD32 pred_strd, 243 UWORD8 *pu1_out, WORD32 src_strd, WORD32 pred_strd, 319 WORD16 *pi2_out, WORD32 src_strd, WORD32 pred_strd, 384 UWORD8 *pu1_out, WORD32 src_strd, WORD32 pred_strd,
|
/external/libmpeg2/common/x86/ |
D | impeg2_idct_recon_sse42_intr.c | 114 WORD32 pred_strd, in impeg2_idct_recon_sse42() argument 888 pu1_pred += pred_strd; in impeg2_idct_recon_sse42() 890 pu1_pred += pred_strd; in impeg2_idct_recon_sse42() 892 pu1_pred += pred_strd; in impeg2_idct_recon_sse42() 894 pu1_pred += pred_strd; in impeg2_idct_recon_sse42() 896 pu1_pred += pred_strd; in impeg2_idct_recon_sse42() 898 pu1_pred += pred_strd; in impeg2_idct_recon_sse42() 900 pu1_pred += pred_strd; in impeg2_idct_recon_sse42() 1771 pu1_pred += pred_strd; in impeg2_idct_recon_sse42() 1773 pu1_pred += pred_strd; in impeg2_idct_recon_sse42() [all …]
|
/external/libavc/common/arm/ |
D | ih264_iquant_itrans_recon_dc_a9.s | 68 @ * @param[in] pred_strd, 90 @ WORD32 pred_strd, 102 @r3 => pred_strd 198 @ * @param[in] pred_strd, 220 @ WORD32 pred_strd, 231 @r3 => pred_strd 321 @ * @param[in] pred_strd, 336 @ WORD32 pred_strd, 347 @ r3 : pred_strd
|