OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refresh_last_frame
(Results
1 - 25
of
34
) sorted by null
1
2
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_denoiser.h
39
int
refresh_last_frame
);
vp9_denoiser.c
371
int
refresh_last_frame
) {
387
if (
refresh_last_frame
) {
vp9_encoder.h
251
int
refresh_last_frame
;
member in struct:VP9_COMP
vp9_encoder.c
630
cpi->
refresh_last_frame
= 1;
[
all
...]
vp9_firstpass.c
[
all
...]
vp9_bitstream.c
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyxc_int.h
140
int
refresh_last_frame
; /* Two state 0 = NO, 1 = YES */
member in struct:VP8Common
/external/libvpx/libvpx/vp8/common/
onyxc_int.h
140
int
refresh_last_frame
; /* Two state 0 = NO, 1 = YES */
member in struct:VP8Common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h
140
int
refresh_last_frame
; /* Two state 0 = NO, 1 = YES */
member in struct:VP8Common
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h
334
int
refresh_last_frame
;
member in struct:_vbp_codec_data_vp8
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
845
cpi->
refresh_last_frame
= 1;
[
all
...]
vp9_onyx_int.h
319
int
refresh_last_frame
;
member in struct:VP9_COMP
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c
888
cpi->
refresh_last_frame
= 1;
[
all
...]
vp9_onyx_int.h
320
int
refresh_last_frame
;
member in struct:VP9_COMP
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodeframe.c
[
all
...]
onyxd_if.c
247
if (cm->
refresh_last_frame
)
/external/libvpx/libvpx/vp8/decoder/
decodeframe.c
[
all
...]
onyxd_if.c
253
if (cm->
refresh_last_frame
)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c
[
all
...]
onyxd_if.c
253
if (cm->
refresh_last_frame
)
/hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.cpp
375
if (data->codec_data->
refresh_last_frame
) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c
718
+ pbi->common.
refresh_last_frame
* (int) VP8_LAST_FRAME;
Completed in 4109 milliseconds
1
2