Home
last modified time | relevance | path

Searched defs:above_right (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c621 const uint8x16_t above_right = vec_splat(af, 7); in vpx_d45_predictor_8x8_vsx() local
640 const uint8x16_t above_right = vec_splat(a, 15); in vpx_d45_predictor_16x16_vsx() local
658 const uint8x16_t above_right = vec_splat(a1, 15); in vpx_d45_predictor_32x32_vsx() local
680 const uint8x16_t above_right = vec_splat(af, 9); in vpx_d63_predictor_8x8_vsx() local
704 const uint8x16_t above_right = vec_splat(a1, 0); in vpx_d63_predictor_16x16_vsx() local
726 const uint8x16_t above_right = vec_splat(a2, 0); in vpx_d63_predictor_32x32_vsx() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c286 const uint8x8_t above_right, uint8x8_t *row) { in d45_store_8()
295 const uint8x8_t above_right = vdup_lane_u8(A0, 7); in vpx_d45_predictor_8x8_neon() local
314 const uint8x16_t above_right, uint8x16_t *row) { in d45_store_16()
323 const uint8x16_t above_right = vdupq_lane_u8(vget_high_u8(A0), 7); in vpx_d45_predictor_16x16_neon() local
353 const uint8x16_t above_right = vdupq_lane_u8(vget_high_u8(A0_1), 7); in vpx_d45_predictor_32x32_neon() local
Dhighbd_intrapred_neon.c315 const uint16x8_t above_right, uint16x8_t *row) { in d45_store_8()
325 const uint16x8_t above_right = vdupq_lane_u16(vget_high_u16(A0), 3); in vpx_highbd_d45_predictor_8x8_neon() local
345 const uint16x8_t above_right, uint16x8_t *row_0, in d45_store_16()
360 const uint16x8_t above_right = vdupq_lane_u16(vget_high_u16(A0_1), 3); in vpx_highbd_d45_predictor_16x16_neon() local
400 const uint16x8_t above_right = vdupq_lane_u16(vget_high_u16(A0_3), 3); in vpx_highbd_d45_predictor_32x32_neon() local
/external/libvpx/libvpx/vpx_dsp/
Dintrapred.c64 const uint8_t above_right = above[bs - 1]; in d45_predictor() local