Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_dthread.c166 dst_cm->last_height = !src_cm->show_existing_frame ? in vp9_frameworker_copy_context()
167 src_cm->height : src_cm->last_height; in vp9_frameworker_copy_context()
Dvp9_decoder.c405 cm->last_height = cm->height; in vp9_receive_compressed_data()
Dvp9_decodeframe.c2193 cm->height == cm->last_height && in vp9_decode_frame()
/external/webrtc/webrtc/modules/video_coding/utility/
Dquality_scaler_unittest.cc377 int last_height = input_height; in DownscaleEndsAt() local
383 EXPECT_EQ(last_height, res.height); in DownscaleEndsAt()
389 last_height = res.height; in DownscaleEndsAt()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h121 int last_height; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3750 if (cm->last_width != cm->width || cm->last_height != cm->height) { in source_var_based_partition_search_method()
3920 cm->height == cm->last_height && in encode_frame_internal()
Dvp9_encoder.c3931 cm->last_height = cm->height;