OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rd_thresh_mult
(Results
1 - 13
of
13
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c
761
x->
rd_thresh_mult
[mode_index] += 4;
763
if (x->
rd_thresh_mult
[mode_index] > MAX_THRESHMULT)
764
x->
rd_thresh_mult
[mode_index] = MAX_THRESHMULT;
768
x->
rd_thresh_mult
[mode_index];
[
all
...]
block.h
146
int
rd_thresh_mult
[MAX_MODES];
member in struct:macroblock
rdopt.c
[
all
...]
ethreading.c
424
vpx_memcpy(z->
rd_thresh_mult
, x->
rd_thresh_mult
,
425
sizeof(x->
rd_thresh_mult
));
onyx_if.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c
430
cpi->
rd_thresh_mult
[i] = is_slowest_mode(cpi->oxcf.mode) ? -500 : 0;
432
cpi->
rd_thresh_mult
[THR_NEARESTMV] = 0;
433
cpi->
rd_thresh_mult
[THR_NEARESTG] = 0;
434
cpi->
rd_thresh_mult
[THR_NEARESTA] = 0;
436
cpi->
rd_thresh_mult
[THR_DC] += 1000;
438
cpi->
rd_thresh_mult
[THR_NEWMV] += 1000;
439
cpi->
rd_thresh_mult
[THR_NEWA] += 1000;
440
cpi->
rd_thresh_mult
[THR_NEWG] += 1000;
442
cpi->
rd_thresh_mult
[THR_NEARMV] += 1000;
443
cpi->
rd_thresh_mult
[THR_NEARA] += 1000
[
all
...]
vp9_onyx_int.h
351
int
rd_thresh_mult
[MAX_MODES];
member in struct:VP9_COMP
vp9_rdopt.c
263
cpi->
rd_thresh_mult
[i] < thresh_max ? cpi->
rd_thresh_mult
[i] * t / 4
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
block.h
149
int
rd_thresh_mult
[MAX_MODES];
member in struct:macroblock
pickinter.c
971
x->
rd_thresh_mult
[mode_index] += 4;
973
if (x->
rd_thresh_mult
[mode_index] > MAX_THRESHMULT)
974
x->
rd_thresh_mult
[mode_index] = MAX_THRESHMULT;
978
x->
rd_thresh_mult
[mode_index];
[
all
...]
rdopt.c
[
all
...]
ethreading.c
439
memcpy(z->
rd_thresh_mult
, x->
rd_thresh_mult
, sizeof(x->
rd_thresh_mult
));
onyx_if.c
[
all
...]
Completed in 138 milliseconds