HomeSort by relevance Sort by last modified time
    Searched refs:ref8 (Results 1 - 17 of 17) sorted by null

  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_variance_sse2.c 93 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); \
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 114 const MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8,
119 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8);
  /external/libvpx/libvpx/test/
convolve_test.cc 823 uint8_t ref8[kOutputStride * kMaxDimension]; local
827 ref = ref8;
902 uint8_t ref8[kOutputStride * kMaxDimension]; local
906 ref = ref8;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
variance.c 542 int width, int height, const uint8_t *ref8,
546 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8);
  /external/libvpx/libvpx/vpx_dsp/mips/
sad_msa.c 605 v16u8 ref8, ref9, ref10, ref11, ref12, ref13, ref14, ref15; local
623 LD_UB4(ref2_ptr, ref_stride, ref8, ref9, ref10, ref11);
635 PCKEV_D2_UB(ref9, ref8, ref11, ref10, ref0, ref1);
    [all...]
  /external/elfutils/libdw/
known-dwarf.h 279 DWARF_ONE_KNOWN_DW_FORM (ref8, DW_FORM_ref8) \
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h     [all...]

Completed in 479 milliseconds