Searched refs:subpixel_predict16x16 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | ethreading.c | 325 zd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_mbby_copy() 359 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8cx_init_mbrthread_data()
|
D | temporal_filter.c | 84 x->subpixel_predict16x16(yptr, stride, in build_predictors_mb()
|
D | encodeframe.c | 561 xd->subpixel_predict16x16 = SUBPIX_INVOKE( in vp8_encode_frame() 572 xd->subpixel_predict16x16 = SUBPIX_INVOKE( in vp8_encode_frame()
|
/external/libvpx/vp8/common/ |
D | blockd.h | 281 vp8_subpix_fn_t subpixel_predict16x16; member
|
D | reconinter.c | 278 x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, pred_ptr, 16); in vp8_build_inter_predictors_mby() 341 x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, pred_ptr, 16); in vp8_build_inter_predictors_mb() 566 …x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, dst_ptr, x->dst.y_stride); /*x->… in vp8_build_inter_predictors_mb_s()
|
/external/libvpx/vp8/decoder/ |
D | decodframe.c | 543 xd->subpixel_predict16x16 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap16x16); in init_frame() 550 xd->subpixel_predict16x16 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear16x16); in init_frame()
|
D | threading.c | 54 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8_setup_decoding_thread_data()
|