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

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c93 const uint8_t *ref8, int ref_stride, \
96 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
102 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
105 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
113 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
116 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
130 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
134 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
142 const uint8_t *src8, int src_stride, const uint8_t *ref8, \
147 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
182 vpx_highbd_8_mse16x16_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
193 vpx_highbd_10_mse16x16_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
204 vpx_highbd_12_mse16x16_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
215 vpx_highbd_8_mse8x8_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
226 vpx_highbd_10_mse8x8_sse2(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, unsigned int *sse) argument
237 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 MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8,
119 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.cc715 uint8_t ref8[kOutputStride * kMaxDimension]; local
719 ref = ref8;
794 uint8_t ref8[kOutputStride * kMaxDimension]; local
798 ref = ref8;
/external/libvpx/libvpx/vpx_dsp/
H A Dvariance.c547 int width, int height, const uint8_t *ref8,
551 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8);
546 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/mips/
H A Dsad_msa.c865 v16u8 ref8, ref9, ref10, ref11, ref12, ref13, ref14, ref15; local
883 LD_UB4(ref2_ptr, ref_stride, ref8, ref9, ref10, ref11);
895 PCKEV_D2_UB(ref9, ref8, ref11, ref10, ref0, ref1);
/external/elfutils/libdw/
H A Dknown-dwarf.h279 DWARF_ONE_KNOWN_DW_FORM (ref8, DW_FORM_ref8) \

Completed in 420 milliseconds