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/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
121
int
fixed_q
;
member in struct:__anon23076
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
241
const int q = (cpi->oxcf.
fixed_q
< 0) ? cpi->last_q[INTER_FRAME]
242
: cpi->oxcf.
fixed_q
;
252
if (cpi->oxcf.
fixed_q
< 0) {
458
if (cpi->oxcf.
fixed_q
>= 0) {
vp9_onyx_if.c
[
all
...]
vp9_firstpass.c
[
all
...]
/external/libvpx/libvpx/vp8/common/
onyx.h
169
int
fixed_q
;
member in struct:__anon23008
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
293
oxcf->
fixed_q
= -1;
354
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 333 milliseconds