Searched refs:convolve_fn_t (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | convolve_test.cc | 24 typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride, typedef 31 ConvolveFunctions(convolve_fn_t h8, convolve_fn_t h8_avg, in ConvolveFunctions() 32 convolve_fn_t v8, convolve_fn_t v8_avg, in ConvolveFunctions() 33 convolve_fn_t hv8, convolve_fn_t hv8_avg) in ConvolveFunctions() 37 convolve_fn_t h8_; 38 convolve_fn_t v8_; 39 convolve_fn_t hv8_; 40 convolve_fn_t h8_avg_; 41 convolve_fn_t v8_avg_; 42 convolve_fn_t hv8_avg_;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_convolve.h | 20 typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride, typedef
|
D | vp9_scale.h | 34 convolve_fn_t predict[2][2][2]; // horiz, vert, avg
|