HomeSort by relevance Sort by last modified time
    Searched full:convolve_fn_t (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.h 20 typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride, typedef
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_convolve.h 20 typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride, typedef
vp9_scale.h 34 convolve_fn_t predict[2][2][2]; // horiz, vert, avg
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc 24 typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride, typedef in namespace:__anon30530
31 ConvolveFunctions(convolve_fn_t h8, convolve_fn_t h8_avg,
32 convolve_fn_t v8, convolve_fn_t v8_avg,
33 convolve_fn_t hv8, convolve_fn_t hv8_avg)
37 convolve_fn_t h8_;
38 convolve_fn_t v8_;
39 convolve_fn_t hv8_
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 34 convolve_fn_t predict[2][2][2]; // horiz, vert, avg

Completed in 282 milliseconds