OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oxcf
(Results
76 - 99
of
99
) sorted by null
1
2
3
4
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.h
93
void vp9_rc_init(const struct VP9EncoderConfig *
oxcf
, int pass,
vp9_encodeframe.c
227
if (cpi->
oxcf
.aq_mode != VARIANCE_AQ) {
599
if (cpi->
oxcf
.aq_mode == COMPLEXITY_AQ) {
607
else if (cpi->
oxcf
.aq_mode == CYCLIC_REFRESH_AQ) {
638
if (cpi->
oxcf
.aq_mode)
733
const AQ_MODE aq_mode = cpi->
oxcf
.aq_mode;
[
all
...]
vp9_mbgraph.c
40
(cpi->
oxcf
.speed > 5 ? 1 : 0);
vp9_rdopt.c
452
if (cpi->
oxcf
.speed > 4) {
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
ethreading.c
161
if (cpi->
oxcf
.tuning == VP8_TUNE_SSIM)
505
if (cm->processor_core_count > 1 && cpi->
oxcf
.multi_threaded > 1)
508
int th_count = cpi->
oxcf
.multi_threaded - 1;
512
if (cpi->
oxcf
.multi_threaded > cm->processor_core_count)
temporal_filter.c
442
int strength = cpi->
oxcf
.arnr_strength;
444
int blur_type = cpi->
oxcf
.arnr_type;
onyx_int.h
315
VP8_CONFIG
oxcf
;
member in struct:VP8_COMP
rdopt.c
346
milliseconds_for_compress = milliseconds_for_compress * (16 - cpi->
oxcf
.cpu_used) / 16;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
140
: cpi->
oxcf
.sharpness;
vp9_ratectrl.h
92
void vp9_rc_init(const struct VP9_CONFIG *
oxcf
, int pass, RATE_CONTROL *rc);
vp9_encodeframe.c
254
if (cpi->
oxcf
.aq_mode != VARIANCE_AQ) {
846
if (cpi->
oxcf
.aq_mode == COMPLEXITY_AQ) {
854
else if (cpi->
oxcf
.aq_mode == CYCLIC_REFRESH_AQ) {
885
if (cpi->
oxcf
.aq_mode)
[
all
...]
vp9_rdopt.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ethreading.c
161
if (cpi->
oxcf
.tuning == VP8_TUNE_SSIM)
505
if (cm->processor_core_count > 1 && cpi->
oxcf
.multi_threaded > 1)
508
int th_count = cpi->
oxcf
.multi_threaded - 1;
512
if (cpi->
oxcf
.multi_threaded > cm->processor_core_count)
temporal_filter.c
442
int strength = cpi->
oxcf
.arnr_strength;
444
int blur_type = cpi->
oxcf
.arnr_type;
onyx_int.h
315
VP8_CONFIG
oxcf
;
member in struct:VP8_COMP
rdopt.c
346
milliseconds_for_compress = milliseconds_for_compress * (16 - cpi->
oxcf
.cpu_used) / 16;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_picklpf.c
140
: cpi->
oxcf
.sharpness;
vp9_rdopt.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
676
const int num_threads = pbi->
oxcf
.max_threads;
818
const int col = pbi->
oxcf
.inv_tile_order ? tile_cols - tile_col - 1
876
const int num_workers = MIN(pbi->
oxcf
.max_threads & ~1, tile_cols);
888
const int num_threads = pbi->
oxcf
.max_threads & ~1;
[
all
...]
vp9_dthread.c
143
const int num_workers = MIN(pbi->
oxcf
.max_threads & ~1, tile_cols);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c
443
int strength = cpi->
oxcf
.arnr_strength;
445
int blur_type = cpi->
oxcf
.arnr_type;
onyx_int.h
312
VP8_CONFIG
oxcf
;
member in struct:VP8_COMP
rdopt.c
346
milliseconds_for_compress = milliseconds_for_compress * (16 - cpi->
oxcf
.cpu_used) / 16;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c
678
const int num_threads = pbi->
oxcf
.max_threads;
820
const int col = pbi->
oxcf
.inv_tile_order ? tile_cols - tile_col - 1
878
const int num_workers = MIN(pbi->
oxcf
.max_threads & ~1, tile_cols);
[
all
...]
Completed in 873 milliseconds
1
2
3
4