OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quant_thred
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
42
int64_t
quant_thred
[2];
member in struct:macroblock_plane
vp9_quantize.c
325
x->plane[0].
quant_thred
[0] = x->plane[0].zbin[0] * x->plane[0].zbin[0];
326
x->plane[0].
quant_thred
[1] = x->plane[0].zbin[1] * x->plane[0].zbin[1];
338
x->plane[i].
quant_thred
[0] = x->plane[i].zbin[0] * x->plane[i].zbin[0];
339
x->plane[i].
quant_thred
[1] = x->plane[i].zbin[1] * x->plane[i].zbin[1];
vp9_pickmode.c
465
const int64_t dc_thr = p->
quant_thred
[0] >> 6;
466
const int64_t ac_thr = p->
quant_thred
[1] >> 6;
[
all
...]
vp9_rdopt.c
192
const int64_t dc_thr = p->
quant_thred
[0] >> shift;
193
const int64_t ac_thr = p->
quant_thred
[1] >> shift;
[
all
...]
Completed in 63 milliseconds