Home
last modified time | relevance | path

Searched refs:vp8_subpix_fn_t (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dblockd.h209 typedef void (*vp8_subpix_fn_t)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned c… typedef
282 vp8_subpix_fn_t subpixel_predict;
283 vp8_subpix_fn_t subpixel_predict8x4;
284 vp8_subpix_fn_t subpixel_predict8x8;
285 vp8_subpix_fn_t subpixel_predict16x16;
Dreconinter.h34 vp8_subpix_fn_t sppf);
Dreconinter.c126 …r_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf) in vp8_build_inter_predictors_b()
181 … unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf) in build_inter_predictors_b()