OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rd_threshes
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
block.h
143
int
rd_threshes
[MAX_MODES];
member in struct:macroblock
pickinter.c
705
if (best_rd <= x->
rd_threshes
[mode_index])
763
x->
rd_threshes
[mode_index] =
[
all
...]
rdopt.c
287
x->
rd_threshes
[i] = cpi->sf.thresh_mult[i] * q / 100;
291
x->
rd_threshes
[i] = INT_MAX;
294
cpi->rd_baseline_thresh[i] = x->
rd_threshes
[i];
305
x->
rd_threshes
[i] = cpi->sf.thresh_mult[i] * q;
309
x->
rd_threshes
[i] = INT_MAX;
312
cpi->rd_baseline_thresh[i] = x->
rd_threshes
[i];
[
all
...]
ethreading.c
423
vpx_memcpy(z->
rd_threshes
, x->
rd_threshes
, sizeof(x->
rd_threshes
));
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
219
cpi->
rd_threshes
[bsize][i] =
223
cpi->
rd_threshes
[bsize][i] = INT_MAX;
237
cpi->
rd_threshes
[bsize][i] =
241
cpi->
rd_threshes
[bsize][i] = INT_MAX;
[
all
...]
vp9_onyx_int.h
392
int
rd_threshes
[BLOCK_SIZES][MAX_MODES];
member in struct:VP9_COMP
Completed in 251 milliseconds