/external/libaom/libaom/av1/encoder/ |
tokenize.h | 66 return segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max;
|
bitstream.c | 218 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { 233 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { 241 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || 242 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { 256 if (!segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { 257 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { 500 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { 504 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || 505 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { 821 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) [all...] |
av1_quantize.c | [all...] |
encodeframe.c | 652 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { [all...] |
encodetxb.c | [all...] |
rdopt.c | [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_quant_common.c | 198 if (segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) {
|
vp9_seg_common.h | 52 static INLINE int segfeature_active(const struct segmentation *seg, function
|
vp9_loopfilter.c | 270 if (segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) { [all...] |
/external/libaom/libaom/av1/common/ |
seg_common.h | 62 static INLINE int segfeature_active(const struct segmentation *seg, function
|
quant_common.c | 230 if (segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { [all...] |
av1_loopfilter.c | 477 if (segfeature_active(&cm->seg, segment_id, seg_lf_feature_id)) { 553 if (segfeature_active(seg, seg_id, seg_lf_feature_id)) { [all...] |
/external/libaom/libaom/av1/decoder/ |
decodemv.c | 399 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { 405 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || 406 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { 422 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { 610 if (mbmi->skip || segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 181 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { 309 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { 436 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { 708 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) {
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 100 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { 206 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { 264 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) 293 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { 795 const int active = segfeature_active(seg, i, j); [all...] |
vp9_quantize.c | 314 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP);
|
vp9_pickmode.c | [all...] |
vp9_rdopt.c | [all...] |
vp9_encodeframe.c | [all...] |