Searched refs:vp8_subpix_fn_t (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dreconinter.h34 vp8_subpix_fn_t sppf);
H A Dblockd.h209 typedef void (*vp8_subpix_fn_t)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch); 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;
H A Dreconinter.c126 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf)
181 static void build_inter_predictors_b(BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf)
/external/libvpx/libvpx/vp8/common/
H A Dreconinter.h34 vp8_subpix_fn_t sppf);
H A Dblockd.h209 typedef void (*vp8_subpix_fn_t)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch); 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;
H A Dreconinter.c126 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf)
181 static void build_inter_predictors_b(BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *base_pre, int pre_stride, vp8_subpix_fn_t sppf)

Completed in 673 milliseconds