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

  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c 166 dst_cm->last_height =
167 !src_cm->show_existing_frame ? src_cm->height : src_cm->last_height;
vp9_decoder.c 401 cm->last_height = cm->height;
vp9_decodeframe.c     [all...]
  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler_unittest.cc 377 int last_height = input_height;
383 EXPECT_EQ(last_height, res.height);
389 last_height = res.height;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 120 int last_height; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]
vp9_encoder.c     [all...]

Completed in 1317 milliseconds