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

  /external/libvpx/libvpx/vp9/common/
vp9_quant_common.c 134 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) {
vp9_seg_common.c 28 int vp9_segfeature_active(const struct segmentation *seg, int segment_id, function
vp9_seg_common.h 48 int vp9_segfeature_active(const struct segmentation *seg,
vp9_blockd.h 498 return vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max;
vp9_loopfilter.c 301 if (vp9_segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 152 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) {
278 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) {
407 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) {
443 if (vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 199 const int skip_inc = !vp9_segfeature_active(&cm->seg, mbmi->segment_id,
vp9_bitstream.c 207 if (vp9_segfeature_active(&cpi->common.seg, segment_id, SEG_LVL_SKIP)) {
341 int seg_ref_active = vp9_segfeature_active(&cm->seg, segment_id,
408 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME))
414 (skip_coeff || vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)))) {
447 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)) {
    [all...]
vp9_rdopt.c     [all...]
vp9_quantize.c 300 x->skip_block = vp9_segfeature_active(&cpi->common.seg, segment_id,
vp9_encodeframe.c 436 if (!vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
569 && !vp9_segfeature_active(seg, 0, SEG_LVL_REF_FRAME)
570 && vp9_segfeature_active(seg, 1, SEG_LVL_REF_FRAME)) {
690 const int seg_ref_active = vp9_segfeature_active(&cm->seg, mbmi->segment_id,
    [all...]

Completed in 657 milliseconds