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

  /external/libaom/libaom/av1/common/
seg_common.c 48 seg->segid_preskip |= (j >= SEG_LVL_REF_FRAME);
seg_common.h 33 SEG_LVL_REF_FRAME, // Optional Segment reference frame
  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 32 SEG_LVL_REF_FRAME = 2, // Optional Segment reference frame
  /external/v4l2_codec2/vda/
vp9_parser.h 79 SEG_LVL_REF_FRAME = 2,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 309 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) {
311 SEG_LVL_REF_FRAME);
436 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) {
437 return get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME) != INTRA_FRAME;
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c     [all...]
vp9_bitstream.c 206 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) {
209 get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME));
264 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME))
    [all...]
vp9_rdopt.c     [all...]
vp9_encoder.c 617 vp9_enable_segfeature(seg, i, SEG_LVL_REF_FRAME);
618 vp9_set_segdata(seg, i, SEG_LVL_REF_FRAME, ref_frame[i]);
    [all...]
vp9_encodeframe.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 405 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) ||
    [all...]
  /external/libaom/libaom/av1/encoder/
encoder.c 720 av1_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME);
721 av1_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME);
743 av1_enable_segfeature(seg, 0, SEG_LVL_REF_FRAME);
744 av1_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME);
747 av1_clear_segdata(seg, 0, SEG_LVL_REF_FRAME);
748 av1_set_segdata(seg, 0, SEG_LVL_REF_FRAME, ALTREF_FRAME);
749 av1_clear_segdata(seg, 1, SEG_LVL_REF_FRAME);
750 av1_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME);
    [all...]
bitstream.c 241 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) ||
256 if (!segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) {
500 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) {
503 get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME));
    [all...]