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

  /external/libvpx/libvpx/vp9/common/
vp9_quant_common.c 135 const int data = vp9_get_segdata(seg, segment_id, SEG_LVL_ALT_Q);
vp9_seg_common.c 73 int vp9_get_segdata(const struct segmentation *seg, int segment_id, function
vp9_seg_common.h 75 int vp9_get_segdata(const struct segmentation *seg,
vp9_loopfilter.c 302 const int data = vp9_get_segdata(seg, seg_id, SEG_LVL_ALT_LF);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 279 ref_frame[0] = vp9_get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME);
408 return vp9_get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME) !=
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 368 assert(vp9_get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME) ==
    [all...]
vp9_rdopt.c     [all...]

Completed in 78 milliseconds