Home
last modified time | relevance | path

Searched refs:BILINEAR (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_filter.h34 BILINEAR = 3, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2804 if (cm->interp_filter != BILINEAR) { in handle_inter_mode()
3612 if (!mode_excluded && cm->interp_filter != BILINEAR) { in vp9_rd_pick_inter_mode_sb()
4045 if (cm->interp_filter != BILINEAR) { in vp9_rd_pick_inter_mode_sub8x8()
4323 cm->interp_filter != BILINEAR) { in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c3347 cm->interp_filter = BILINEAR; in vp9_encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c597 BILINEAR }; in read_interp_filter()