HomeSort by relevance Sort by last modified time
    Searched defs:vp9_variance_fn_t (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_variance.h 47 typedef unsigned int (*vp9_variance_fn_t)(const uint8_t *src_ptr, typedef
73 vp9_variance_fn_t vf;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_variance.h 59 typedef unsigned int (*vp9_variance_fn_t)(const uint8_t *src_ptr, typedef
92 vp9_variance_fn_t vf;
95 vp9_variance_fn_t svf_halfpix_h;
96 vp9_variance_fn_t svf_halfpix_v;
97 vp9_variance_fn_t svf_halfpix_hv;

Completed in 948 milliseconds