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

  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 365 int seg_ref_active = vp9_segfeature_active(&cm->seg, segment_id, local
369 if (!seg_ref_active) {
    [all...]
vp9_encodeframe.c 614 const int seg_ref_active = vp9_segfeature_active(&cm->seg, mbmi->segment_id, local
617 if (!seg_ref_active)
624 if (is_inter_block(mbmi) && !seg_ref_active) {
    [all...]
vp9_rdopt.c 2141 int seg_ref_active = vp9_segfeature_active(&cm->seg, segment_id, local
    [all...]

Completed in 43 milliseconds