Home
last modified time | relevance | path

Searched refs:above1 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Ddeblock_msa.c154 v16u8 above2, above1, below2, below1, src, ref, ref_temp; in postproc_down_across_chroma_msa() local
160 LD_UB2(p_src - 2 * src_stride, src_stride, above2, above1); in postproc_down_across_chroma_msa()
163 VPX_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter0); in postproc_down_across_chroma_msa()
165 VPX_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter1); in postproc_down_across_chroma_msa()
166 above1 = LD_UB(p_src + 4 * src_stride); in postproc_down_across_chroma_msa()
167 VPX_AVER_IF_RETAIN(src, below1, below2, above2, above1, ref, inter2); in postproc_down_across_chroma_msa()
169 VPX_AVER_IF_RETAIN(below1, below2, above2, above1, src, ref, inter3); in postproc_down_across_chroma_msa()
171 VPX_AVER_IF_RETAIN(below2, above2, above1, src, below1, ref, inter4); in postproc_down_across_chroma_msa()
173 VPX_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter5); in postproc_down_across_chroma_msa()
175 VPX_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter6); in postproc_down_across_chroma_msa()
[all …]
Dintrapred16_dspr2.c163 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; in vpx_dc_predictor_16x16_dspr2() local
317 : [left1] "=&r"(left1), [above1] "=&r"(above1), [left_l1] "=&r"(left_l1), in vpx_dc_predictor_16x16_dspr2()
Dintrapred8_dspr2.c72 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; in vpx_dc_predictor_8x8_dspr2() local
138 : [above1] "=&r"(above1), [above_l1] "=&r"(above_l1), in vpx_dc_predictor_8x8_dspr2()
/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c168 const MV_REFERENCE_FRAME above1 = above_mi->ref_frame[1]; in vp9_get_pred_context_single_ref_p1() local
173 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
178 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p1()
240 const MV_REFERENCE_FRAME above1 = above_mi->ref_frame[1]; in vp9_get_pred_context_single_ref_p2() local
245 if (above0 == left0 && above1 == left1) in vp9_get_pred_context_single_ref_p2()
247 3 * (above0 == GOLDEN_FRAME || above1 == GOLDEN_FRAME || in vp9_get_pred_context_single_ref_p2()
254 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p2()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c993 const int16x8_t above1 = vld1q_s16((const int16_t *)(above + 8)); in vpx_highbd_tm_predictor_16x16_neon() local
995 const int16x8_t sub1 = vsubq_s16(above1, top_left); in vpx_highbd_tm_predictor_16x16_neon()
1051 const int16x8_t above1 = vld1q_s16((const int16_t *)(above + 8)); in vpx_highbd_tm_predictor_32x32_neon() local
1055 const int16x8_t sub1 = vsubq_s16(above1, top_left); in vpx_highbd_tm_predictor_32x32_neon()