/external/libhevc/common/ |
ihevc_chroma_iquant_itrans_recon.c | 98 * @param[in] dst_strd 125 WORD32 dst_strd, 252 pu1_dst += dst_strd;
|
ihevc_iquant_itrans_recon.c | 92 * @param[in] dst_strd 118 WORD32 dst_strd, 256 pu1_dst += dst_strd; 300 * @param[in] dst_strd 326 WORD32 dst_strd, 452 pu1_dst += dst_strd;
|
ihevc_chroma_itrans_recon_8x8.c | 89 * @param[in] dst_strd 113 WORD32 dst_strd, 232 pu1_dst += dst_strd; 278 pu1_dst += dst_strd;
|
ihevc_chroma_itrans_recon_16x16.c | 90 * @param[in] dst_strd 114 WORD32 dst_strd, 245 pu1_dst += dst_strd; 297 pu1_dst += dst_strd; 371 pu1_dst += dst_strd; 491 pu1_dst += dst_strd; 543 pu1_dst += dst_strd; 617 pu1_dst += dst_strd; [all...] |
ihevc_itrans_recon_16x16.c | 81 * @param[in] dst_strd 104 WORD32 dst_strd, 236 pu1_dst += dst_strd; 288 pu1_dst += dst_strd; 362 pu1_dst += dst_strd; 483 pu1_dst += dst_strd; 535 pu1_dst += dst_strd; 609 pu1_dst += dst_strd; [all...] |
ihevc_itrans_recon_32x32.c | 82 * @param[in] dst_strd 105 WORD32 dst_strd, 259 pu1_dst += dst_strd; 319 pu1_dst += dst_strd; 437 pu1_dst += dst_strd; 575 pu1_dst += dst_strd; 635 pu1_dst += dst_strd; [all...] |
/external/libhevc/common/arm/ |
ihevc_weighted_pred_uni.s | 60 @* @param[in] dst_strd 95 @ word32 dst_strd, 107 @ r3 => dst_strd 156 add r6,r1,r3 @pu1_dst_tmp = pu1_dst + dst_strd 212 rsb r12,r9,r3,lsl #2 @2*dst_strd - wd
|
ihevc_weighted_pred_bi.s | 66 @* @param[in] dst_strd 109 @ word32 dst_strd, 126 @ r5 => dst_strd 173 ldr r5,[sp,#44] @load dst_strd 189 add r10,r2,r5 @pu1_dst_tmp = pu1_dst + dst_strd 258 rsb r10,r7,r5,lsl #2 @2*dst_strd - wd
|
ihevc_itrans_recon_4x4.s | 69 @ * @param[in] dst_strd 91 @ word32 dst_strd, 100 @ r6 => dst_strd 134 ldr r6,[sp,#48] @loading dst_strd
|
ihevc_itrans_recon_4x4_ttype1.s | 74 @ * @param[in] dst_strd 93 @ word32 dst_strd, 103 @ r6 => dst_strd 124 ldr r6,[sp,#48] @loading dst_strd
|
ihevc_intra_ref_substitution_a9q.c | 93 * @param[in] dst_strd 111 WORD32 dst_strd) 121 UNUSED(dst_strd); 405 WORD32 dst_strd) 418 UNUSED(dst_strd);
|
ihevc_inter_pred_filters_luma_horz.s | 68 @* @param[in] dst_strd 92 @ word32 dst_strd, 101 @ r3 => dst_strd 145 rsb r8,r10,r3,lsl #1 @2*dst_strd - wd 184 add r6,r1,r3 @pu1_dst + dst_strd 258 add r1,r1,r8 @increment the dst pointer by 2*dst_strd-wd 284 add r6,r1,r3 @pu1_dst + dst_strd 409 addeq r6,r1,r3 @pu1_dst + dst_strd 448 add r6,r1,r3 @pu1_dst + dst_strd 524 add r1,r1,r8 @increment the output pointer 2*dst_strd-w [all...] |
ihevc_intra_pred_luma_mode2.s | 57 @* @param[in] dst_strd 80 @ word32 dst_strd, 88 @r3 => dst_strd
|
ihevc_intra_pred_luma_mode_18_34.s | 57 @* @param[in] dst_strd 80 @ word32 dst_strd, 88 @r3 => dst_strd
|
ihevc_inter_pred_luma_horz_w16out.s | 67 @* @param[in] dst_strd 90 @ word32 dst_strd, 99 @r3 - dst_strd 142 rsb r8,r10,r3 @dst_strd - wd 195 add r6,r1,r3,lsl #1 @pu1_dst + dst_strd 271 add r1,r6,r8,lsl #1 @increment the output pointer 2*dst_strd-wd 332 add r1,r1,r8 @increment the output pointer dst_strd-wd 349 add r6,r1,r3,lsl #1 @pu1_dst + dst_strd 423 add r1,r6,r8,lsl #1 @increment the dst pointer by 2*dst_strd-wd 451 add r6,r1,r3,lsl #1 @pu1_dst + dst_strd [all...] |
ihevc_inter_pred_luma_copy_w16out.s | 38 @* @param[in] dst_strd 62 @ word32 dst_strd, 71 @ r3 => dst_strd 138 rsb r11,r12,r3, lsl #2 @ r11 = (dst_strd * 4) - width
|
ihevc_intra_pred_chroma_dc.s | 57 @* @param[in] dst_strd 80 @ word32 dst_strd, 88 @r3 => dst_strd
|
ihevc_intra_pred_chroma_mode2.s | 57 @* @param[in] dst_strd 80 @ word32 dst_strd, 88 @r3 => dst_strd
|
ihevc_intra_pred_luma_dc.s | 57 @* @param[in] dst_strd 80 @ word32 dst_strd, 88 @r3 => dst_strd
|
/external/libhevc/common/x86/ |
ihevc_itrans_recon_sse42_intr.c | 96 * @param[in] dst_strd 117 WORD32 dst_strd, 372 pu1_dst += dst_strd; 376 pu1_dst += dst_strd; 380 pu1_dst += dst_strd; 427 * @param[in] dst_strd 447 WORD32 dst_strd, 699 pu1_dst += dst_strd; 703 pu1_dst += dst_strd; 707 pu1_dst += dst_strd; [all...] |
ihevc_itrans_recon_ssse3_intr.c | 98 * @param[in] dst_strd 118 WORD32 dst_strd, 474 pu1_dst += dst_strd; 478 pu1_dst += dst_strd; 482 pu1_dst += dst_strd; 530 * @param[in] dst_strd 550 WORD32 dst_strd, [all...] |
/external/libhevc/decoder/ |
ihevcd_structs.h | [all...] |
ihevcd_iquant_itrans_recon_ctb.c | 659 WORD32 src_strd, pred_strd, dst_strd; local 791 dst_strd = pic_strd; [all...] |
/external/libhevc/decoder/arm/ |
ihevcd_itrans_recon_dc_chroma.s | 49 @ word32 dst_strd, 56 @r3:dst_strd
|
ihevcd_itrans_recon_dc_luma.s | 50 @ word32 dst_strd, 57 @r3:dst_strd
|