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

  /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 78 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_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));
263 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME))
    [all...]
vp9_rdopt.c     [all...]
vp9_encoder.c     [all...]
vp9_pickmode.c     [all...]
vp9_encodeframe.c     [all...]

Completed in 88 milliseconds