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.h58 static INLINE int vp9_is_scaled(const struct scale_factors *sf) { in vp9_is_scaled() function
Dvp9_scale.c68 if (vp9_is_scaled(sf)) {
Dvp9_reconinter.c187 const int is_scaled = vp9_is_scaled(sf); in build_inter_predictors()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1210 if (!vp9_is_scaled(sf) && bsize >= BLOCK_8X8) in vp9_pick_inter_mode()
1739 vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf)) in vp9_pick_inter_mode_sub8x8()
Dvp9_encoder.c3217 if (vp9_is_scaled(&ref_buf->sf))
Dvp9_rdopt.c2218 if (!vp9_is_scaled(sf) && block_size >= BLOCK_8X8) in setup_buffer_inter()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c734 const int is_scaled = vp9_is_scaled(sf); in dec_build_inter_predictors_sb()