OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thresh_mult_sub8x8
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
674
sf->
thresh_mult_sub8x8
[i] = mode == 0 ? -500 : 0;
676
sf->
thresh_mult_sub8x8
[THR_LAST] += 2500;
677
sf->
thresh_mult_sub8x8
[THR_GOLD] += 2500;
678
sf->
thresh_mult_sub8x8
[THR_ALTR] += 2500;
679
sf->
thresh_mult_sub8x8
[THR_INTRA] += 2500;
680
sf->
thresh_mult_sub8x8
[THR_COMP_LA] += 4500;
681
sf->
thresh_mult_sub8x8
[THR_COMP_GA] += 4500;
686
sf->
thresh_mult_sub8x8
[i] = INT_MAX;
691
sf->
thresh_mult_sub8x8
[THR_LAST] = INT_MAX;
693
sf->
thresh_mult_sub8x8
[THR_GOLD] = INT_MAX
[
all
...]
vp9_onyx_int.h
245
int
thresh_mult_sub8x8
[MAX_REFS];
member in struct:__anon21321
vp9_rdopt.c
217
if (cpi->sf.
thresh_mult_sub8x8
[i] < thresh_max) {
219
cpi->sf.
thresh_mult_sub8x8
[i] * q *
[
all
...]
Completed in 31 milliseconds