Home
last modified time | relevance | path

Searched refs:vpx_round_store16x16_vsx (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.h43 void vpx_round_store16x16_vsx(int16x8_t *src0, int16x8_t *src1, uint8_t *dest,
Dinv_txfm_vsx.c631 void vpx_round_store16x16_vsx(int16x8_t *src0, int16x8_t *src1, uint8_t *dest, in vpx_round_store16x16_vsx() function
705 vpx_round_store16x16_vsx(src0, src1, dest, stride); in vpx_idct16x16_256_add_vsx()
/external/libvpx/libvpx/vp9/common/ppc/
Dvp9_idct_vsx.c114 vpx_round_store16x16_vsx(in0, in1, dest, stride); in vp9_iht16x16_256_add_vsx()