OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_subpix_fn_t
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
reconinter.h
30
vp8_subpix_fn_t
sppf);
blockd.h
205
typedef void (*
vp8_subpix_fn_t
)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
typedef
278
vp8_subpix_fn_t
subpixel_predict;
279
vp8_subpix_fn_t
subpixel_predict8x4;
280
vp8_subpix_fn_t
subpixel_predict8x8;
281
vp8_subpix_fn_t
subpixel_predict16x16;
reconinter.c
126
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 57 milliseconds