Searched refs:subpixel_predict8x4 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | ethreading.c | 376 zd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_mbby_copy() 409 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in vp8cx_init_mbrthread_data()
|
D | encodeframe.c | 693 xd->subpixel_predict8x4 = SUBPIX_INVOKE( in vp8_encode_frame() 704 xd->subpixel_predict8x4 = SUBPIX_INVOKE( in vp8_encode_frame()
|
/external/libvpx/vp8/common/ |
D | blockd.h | 277 vp8_subpix_fn_t subpixel_predict8x4; member
|
D | reconinter.c | 201 …x->subpixel_predict8x4(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_… in build_inter_predictors2b() 643 …x->subpixel_predict8x4(ptr, d0->pre_stride, d0->bmi.mv.as_mv.col & 7, d0->bmi.mv.as_mv.row & 7, ds… in vp8_build_inter_predictors_mb_s() 675 x->subpixel_predict8x4(ptr, d0->pre_stride, in vp8_build_inter_predictors_mb_s()
|
/external/libvpx/vp8/decoder/ |
D | decodframe.c | 547 xd->subpixel_predict8x4 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap8x4); in init_frame() 554 xd->subpixel_predict8x4 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear8x4); in init_frame()
|
D | threading.c | 48 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_decoding_thread_data()
|