HomeSort by relevance Sort by last modified time
    Searched full:is_scaled (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 187 const int is_scaled = vp9_is_scaled(sf); local
189 if (is_scaled) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 563 int is_scaled, int ref) {
583 if (is_scaled) {
638 if (is_scaled || scaled_mv.col || scaled_mv.row ||
734 const int is_scaled = vp9_is_scaled(sf); local
744 ref_frame_buf, is_scaled, ref);
752 is_scaled, ref);
    [all...]

Completed in 87 milliseconds