Home
last modified time | relevance | path

Searched refs:subpixel_predict16x16 (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c398 zd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_mbby_copy()
454 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8cx_init_mbrthread_data()
Dtemporal_filter.c57 x->subpixel_predict16x16(yptr, stride, in vp8_temporal_filter_predictors_mb_c()
Dencodeframe.c745 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_encode_frame()
752 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in vp8_encode_frame()
Dfirstpass.c554 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/
Dblockd.h285 vp8_subpix_fn_t subpixel_predict16x16; member
Dreconinter.c330 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/
Dthreading.c52 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_decoding_thread_data()
Ddecodeframe.c944 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in init_frame()
951 xd->subpixel_predict16x16 = vp8_bilinear_predict16x16; in init_frame()