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

  /external/libvpx/libvpx/vp9/common/
vp9_quant_common.h 29 int vp9_get_qindex(const struct segmentation *seg, int segment_id,
vp9_quant_common.c 196 int vp9_get_qindex(const struct segmentation *seg, int segment_id, function
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 354 ? vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST2, cm->base_qindex)
355 : vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST1, cm->base_qindex);
360 VPXMAX(vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST1, cm->base_qindex),
vp9_quantize.c 272 const int qindex = vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex);
vp9_rd.c 231 clamp(vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex) +
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 134 milliseconds