Searched refs:subpixel_predict16x16 (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ethreading.c | 398 zd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_mbby_copy() 454 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8cx_init_mbrthread_data()
|
D | temporal_filter.c | 57 x->subpixel_predict16x16(yptr, stride, in vp8_temporal_filter_predictors_mb_c()
|
D | encodeframe.c | 745 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_encode_frame() 752 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in vp8_encode_frame()
|
D | firstpass.c | 554 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_first_pass() 561 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in vp8_first_pass()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | blockd.h | 285 vp8_subpix_fn_t subpixel_predict16x16; member
|
D | reconinter.c | 330 x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, in vp8_build_inter16x16_predictors_mby() 403 …x->subpixel_predict16x16(ptr, pre_stride, _16x16mv.as_mv.col & 7, _16x16mv.as_mv.row & 7, dst_y, … in vp8_build_inter16x16_predictors_mb()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | threading.c | 52 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_decoding_thread_data()
|
D | decodeframe.c | 944 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in init_frame() 951 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in init_frame()
|