OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_q
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
209
const int q = (cpi->oxcf.
fixed_q
< 0) ? cpi->last_q[INTER_FRAME]
210
: cpi->oxcf.
fixed_q
;
220
if (cpi->oxcf.
fixed_q
< 0) {
431
if (cpi->oxcf.
fixed_q
>= 0) {
vp9_onyx_if.c
[
all
...]
vp9_firstpass.c
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
358
if (cpi->oxcf.
fixed_q
>= 0)
450
int Q = (cpi->oxcf.
fixed_q
< 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.
fixed_q
;
565
if (cpi->oxcf.
fixed_q
== -1)
603
/*if ( cpi->oxcf.
fixed_q
== -1)
[
all
...]
onyx_if.c
[
all
...]
firstpass.c
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
126
int
fixed_q
;
member in struct:__anon21289
/external/libvpx/libvpx/vp8/common/
onyx.h
169
int
fixed_q
;
member in struct:__anon21219
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
294
oxcf->
fixed_q
= -1;
355
printf("
fixed_q
: %d\n", oxcf->
fixed_q
);
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
346
oxcf->
fixed_q
= -1;
426
printf("
fixed_q
: %d\n", oxcf->
fixed_q
);
[
all
...]
Completed in 45 milliseconds