HomeSort by relevance Sort by last modified time
    Searched refs:vp9_is_scaled (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 56 static INLINE int vp9_is_scaled(const struct scale_factors *sf) { function
vp9_scale.c 64 if (vp9_is_scaled(sf)) {
vp9_reconinter.c 155 const int is_scaled = vp9_is_scaled(sf);
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c     [all...]
vp9_speed_features.c 412 if (vp9_is_scaled(scale_fac)) sf->reference_masking = 0;
vp9_rdopt.c     [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 671 is_scaled = vp9_is_scaled(sf);
    [all...]

Completed in 96 milliseconds