OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:q_trans
(Results
1 - 9
of
9
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.c
34
lrc->avg_frame_qindex[INTER_FRAME] =
q_trans
[oxcf->worst_allowed_q];
35
lrc->ni_av_qi =
q_trans
[oxcf->worst_allowed_q];
49
lrc->last_q[INTER_FRAME] =
q_trans
[oxcf->worst_allowed_q];
52
lrc->last_q[0] =
q_trans
[oxcf->best_allowed_q];
53
lrc->last_q[1] =
q_trans
[oxcf->best_allowed_q];
54
lrc->last_q[2] =
q_trans
[oxcf->best_allowed_q];
vp9_onyx_int.h
623
extern const int
q_trans
[];
vp9_onyx_if.c
669
const int
q_trans
[] = {
variable
684
if (
q_trans
[i] >= x)
870
cpi->oxcf.worst_allowed_q =
q_trans
[oxcf->worst_allowed_q];
871
cpi->oxcf.best_allowed_q =
q_trans
[oxcf->best_allowed_q];
872
cpi->oxcf.cq_level =
q_trans
[cpi->oxcf.cq_level];
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
327
oxcf->best_allowed_q =
q_trans
[cfg->rc_min_quantizer];
328
oxcf->worst_allowed_q =
q_trans
[cfg->rc_max_quantizer];
329
oxcf->cq_level =
q_trans
[extra_cfg->cq_level];
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c
1263
static const int
q_trans
[] =
variable
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
1263
static const int
q_trans
[] =
variable
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c
1263
static const int
q_trans
[] =
variable
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
617
extern const int
q_trans
[];
vp9_onyx_if.c
654
const int
q_trans
[] = {
variable
669
if (
q_trans
[i] >= x)
[
all
...]
Completed in 156 milliseconds