Home
last modified time | relevance | path

Searched refs:vp9_is_scaled (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_scale.h48 static INLINE int vp9_is_scaled(const struct scale_factors *sf) { in vp9_is_scaled() function
Dvp9_scale.c68 if (vp9_is_scaled(sf)) { in vp9_setup_scale_factors_for_frame()
Dvp9_reconinter.c180 if (vp9_is_scaled(sf)) { in build_inter_predictors()
297 if (vp9_is_scaled(sf)) { in dec_build_inter_predictors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1115 if (vp9_is_scaled(&ref_buf->sf)) in read_uncompressed_header()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2348 if (!vp9_is_scaled(sf) && block_size >= BLOCK_8X8) in vp9_setup_buffer_inter()
3927 if (ref_frame > 0 && vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf)) in vp9_rd_pick_inter_mode_sub8x8()
3931 vp9_is_scaled(&cm->frame_refs[second_ref_frame - 1].sf)) in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_onyx_if.c3196 if (vp9_is_scaled(&ref_buf->sf))