OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_recode
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c
437
if (!x->
skip_recode
)
440
if (x->optimize && (!x->
skip_recode
|| !x->skip_optimize)) {
509
if (!x->
skip_recode
)
512
if (x->optimize && (!x->
skip_recode
|| !x->skip_optimize)) {
560
if (!x->
skip_recode
) {
587
if (!x->
skip_recode
) {
611
if (!x->
skip_recode
) {
639
if (!x->
skip_recode
) {
vp9_block.h
97
int
skip_recode
;
member in struct:macroblock
vp9_encodeframe.c
631
x->
skip_recode
= 0;
[
all
...]
vp9_firstpass.c
538
x->
skip_recode
= 0;
[
all
...]
Completed in 28 milliseconds