Searched refs:pu1_pred_vert (Results 1 – 3 of 3) sorted by relevance
/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 624 UWORD8* pu1_pred_vert, *pu1_pred_horz; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local 633 pu1_pred_vert = pu1_src + (x_offset >> 1); in ih264_inter_pred_luma_horz_qpel_vert_qpel() 638 col++, pu1_dst++, pu1_pred_vert++, pu1_pred_horz++) in ih264_inter_pred_luma_horz_qpel_vert_qpel() 645 i2_temp_vert = pu1_pred_vert[-off2] + pu1_pred_vert[off3] in ih264_inter_pred_luma_horz_qpel_vert_qpel() 646 - (pu1_pred_vert[-off1] + pu1_pred_vert[off2]) in ih264_inter_pred_luma_horz_qpel_vert_qpel() 647 + ((pu1_pred_vert[0] + pu1_pred_vert[off1] in ih264_inter_pred_luma_horz_qpel_vert_qpel() 648 - pu1_pred_vert[-off1] in ih264_inter_pred_luma_horz_qpel_vert_qpel() 649 - pu1_pred_vert[off2]) << 2) in ih264_inter_pred_luma_horz_qpel_vert_qpel() 650 + ((pu1_pred_vert[0] + pu1_pred_vert[off1]) << 4); in ih264_inter_pred_luma_horz_qpel_vert_qpel() 667 pu1_pred_vert += (src_strd - wd); in ih264_inter_pred_luma_horz_qpel_vert_qpel()
|
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 2120 UWORD8 *pu1_pred_vert,*pu1_pred_horiz; in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() local 2135 pu1_pred_vert = pu1_src + (x_offset >> 1) - 2*src_strd; in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() 2157 src_r0_16x8b = _mm_loadl_epi64((__m128i *)(pu1_pred_vert)); in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() 2158 pu1_pred_vert = pu1_pred_vert + src_strd; in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() 2160 src_r1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_pred_vert)); in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() 2161 pu1_pred_vert = pu1_pred_vert + src_strd; in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() 2164 src_r2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_pred_vert)); in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() 2165 pu1_pred_vert = pu1_pred_vert + src_strd; in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() 2168 src_r3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_pred_vert)); in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() 2169 pu1_pred_vert = pu1_pred_vert + src_strd; in ih264_inter_pred_luma_horz_qpel_vert_qpel_ssse3() [all …]
|
/external/libavc/common/arm/ |
D | ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s | 123 add r7, r0, r7, lsr #1 @pu1_pred_vert = pu1_src + (x_offset>>1) 129 sub r7, r7, r2, lsl #1 @pu1_pred_vert-2*src_strd
|