Searched defs:subpix (Results 1 - 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_reconinter.c | 36 xd->subpix.filter_x = xd->subpix.filter_y = 40 assert(((intptr_t)xd->subpix.filter_x & 0xff) == 0); 48 const struct subpix_fn_table *subpix, 56 subpix->filter_x[subpel_x], xs, 57 subpix->filter_y[subpel_y], ys, 66 const struct subpix_fn_table *subpix, 75 w, h, ref, subpix, sfc->x_step_q4, sfc->y_step_q4); 186 &xd->subpix, xs, ys); 43 inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const MV32 *mv, const struct scale_factors *scale, int w, int h, int ref, const struct subpix_fn_table *subpix, int xs, int ys) argument 61 vp9_build_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const MV *src_mv, const struct scale_factors *scale, int w, int h, int ref, const struct subpix_fn_table *subpix, enum mv_precision precision) argument
|
H A D | vp9_blockd.h | 214 struct subpix_fn_table subpix; member in struct:macroblockd
|
Completed in 119 milliseconds