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 341 int seg_ref_active = vp9_segfeature_active(&cm->seg, segment_id, local
345 if (!seg_ref_active) {
    [all...]
vp9_encodeframe.c 690 const int seg_ref_active = vp9_segfeature_active(&cm->seg, mbmi->segment_id, local
693 if (!seg_ref_active)
700 if (is_inter_block(mbmi) && !seg_ref_active) {
    [all...]
vp9_rdopt.c 2190 int seg_ref_active = vp9_segfeature_active(&cm->seg, segment_id, local
    [all...]

Completed in 54 milliseconds