Searched defs:ref8 (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dsad.c60 int width, int height, const uint8_t *ref8,
64 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8);
59 highbd_avg_pred(uint16_t *comp_pred, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride) argument
H A Dvariance.c606 int width, int height, const uint8_t *ref8,
610 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8);
605 vpx_highbd_comp_avg_pred(uint16_t *comp_pred, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride) argument
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c94 const uint8_t *ref8, int ref_stride, \
97 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
103 const uint8_t *ref8, int ref_stride, \
106 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
114 const uint8_t *ref8, int ref_stride, \
117 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
132 const uint8_t *ref8, int ref_stride, uint32_t *sse) { \
135 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
144 const uint8_t *ref8, int ref_stride, uint32_t *sse) { \
147 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
179 vpx_highbd_8_mse16x16_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
190 vpx_highbd_10_mse16x16_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
201 vpx_highbd_12_mse16x16_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
212 vpx_highbd_8_mse8x8_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
223 vpx_highbd_10_mse8x8_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
234 vpx_highbd_12_mse8x8_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconintra.c114 const uint8_t *ref8,
127 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8);
113 build_intra_predictors_high(const MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8, int dst_stride, PREDICTION_MODE mode, TX_SIZE tx_size, int up_available, int left_available, int right_available, int x, int y, int plane, int bd) argument
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc689 uint8_t ref8[kOutputStride * kMaxDimension]; local
693 ref = ref8;
751 uint8_t ref8[kOutputStride * kMaxDimension]; local
755 ref = ref8;
833 uint8_t ref8[kOutputStride * kMaxDimension]; local
837 ref = ref8;
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsad_msa.c864 v16u8 ref8, ref9, ref10, ref11, ref12, ref13, ref14, ref15; local
882 LD_UB4(ref2_ptr, ref_stride, ref8, ref9, ref10, ref11);
894 PCKEV_D2_UB(ref9, ref8, ref11, ref10, ref0, ref1);

Completed in 119 milliseconds