OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEG_LVL_ALT_Q
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_quant_common.c
134
if (vp9_segfeature_active(seg, segment_id,
SEG_LVL_ALT_Q
)) {
135
const int data = vp9_get_segdata(seg, segment_id,
SEG_LVL_ALT_Q
);
vp9_seg_common.h
26
SEG_LVL_ALT_Q
= 0, // Use alternate Quantizer ....
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
359
vp9_set_segdata(seg, 1,
SEG_LVL_ALT_Q
, (qi_delta - 2));
362
vp9_enable_segfeature(seg, 1,
SEG_LVL_ALT_Q
);
382
vp9_set_segdata(seg, 1,
SEG_LVL_ALT_Q
, (qi_delta + 2));
383
vp9_enable_segfeature(seg, 1,
SEG_LVL_ALT_Q
);
[
all
...]
Completed in 128 milliseconds