HomeSort by relevance Sort by last modified time
    Searched refs:segfeature_active (Results 1 - 9 of 9) sorted by null

  /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/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)) {
730 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)) {
263 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME))
292 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) {
794 const int active = segfeature_active(seg, i, j);
    [all...]
vp9_quantize.c 302 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP);
vp9_encodeframe.c     [all...]
vp9_rdopt.c     [all...]
vp9_pickmode.c     [all...]

Completed in 874 milliseconds