OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_height
(Results
1 - 11
of
11
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_dthread.c
149
if (!cm->current_video_frame || cm->
last_height
!= cm->height) {
152
if (cm->
last_height
!= cm->height) {
154
ALIGN_POWER_OF_TWO(cm->
last_height
, MI_SIZE_LOG2);
vp9_decoder.c
388
cm->
last_height
= cm->height;
/external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c
166
dst_cm->
last_height
= !src_cm->show_existing_frame ?
167
src_cm->height : src_cm->
last_height
;
vp9_decoder.c
405
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;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h
82
int
last_height
;
member in struct:VP9Common
286
cm->height == cm->
last_height
&&
/external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h
121
int
last_height
;
member in struct:VP9Common
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
[
all
...]
vp9_encoder.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c
[
all
...]
Completed in 126 milliseconds