Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_scale.h48 static INLINE int vp9_is_scaled(const struct scale_factors *sf) { in vp9_is_scaled() function
Dvp9_scale.c60 if (vp9_is_scaled(sf)) { in vp9_setup_scale_factors_for_frame()
Dvp9_reconinter.c209 if (vp9_is_scaled(sf)) { in build_inter_predictors()
321 if (vp9_is_scaled(sf)) { in dec_build_inter_predictors()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c473 if (!vp9_is_scaled(sf) && bsize >= BLOCK_8X8) in vp9_pick_inter_mode()
Dvp9_rdopt.c1744 if (!vp9_is_scaled(sf) && block_size >= BLOCK_8X8) in setup_buffer_inter()
3353 vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf)) in vp9_rd_pick_inter_mode_sub8x8()
3357 vp9_is_scaled(&cm->frame_refs[second_ref_frame - 1].sf)) in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encoder.c2686 if (vp9_is_scaled(&ref_buf->sf)) in vp9_get_compressed_data()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1229 if (vp9_is_scaled(&ref_buf->sf)) in read_uncompressed_header()