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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_rtcd_defs.pl 76 add_proto qw/void vp9_tm_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
77 specialize qw/vp9_tm_predictor_4x4 neon dspr2/, "$sse_x86inc";
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp9_rtcd.h 61 RTCD_EXTERN void (*vp9_tm_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable
413 vp9_tm_predictor_4x4 = vp9_tm_predictor_4x4_c;
414 if (flags & HAS_SSE) vp9_tm_predictor_4x4 = vp9_tm_predictor_4x4_sse;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp9_rtcd.h 52 #define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp9_rtcd.h 52 #define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp9_rtcd.h 52 #define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp9_rtcd.h 52 #define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp9_rtcd.h 54 #define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_dspr2 macro

Completed in 137 milliseconds