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 - 4
of
4
) 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_vaq.c
94
// No need to enable
SEG_LVL_ALT_Q
for this segment
100
vp9_set_segdata(seg, SEGMENT_ID(i),
SEG_LVL_ALT_Q
, qindex_delta);
101
vp9_enable_segfeature(seg, SEGMENT_ID(i),
SEG_LVL_ALT_Q
);
vp9_onyx_if.c
391
vp9_set_segdata(seg, 1,
SEG_LVL_ALT_Q
, (qi_delta - 2));
394
vp9_enable_segfeature(seg, 1,
SEG_LVL_ALT_Q
);
413
vp9_set_segdata(seg, 1,
SEG_LVL_ALT_Q
, (qi_delta + 2));
414
vp9_enable_segfeature(seg, 1,
SEG_LVL_ALT_Q
);
[
all
...]
Completed in 42 milliseconds