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

  /external/libvpx/libvpx/test/
cq_test.cc 97 cfg_.rc_end_usage = VPX_VBR;
tile_independence_test.cc 92 cfg_.rc_end_usage = VPX_VBR;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 225 VPX_VBR, /**< Variable Bit Rate (VBR) mode */
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 145 mBitrateControlMode(VPX_VBR), // variable bitrate
388 if (mBitrateControlMode == VPX_VBR) {
700 mBitrateControlMode = VPX_VBR;
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 156 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q);
330 if (cfg.rc_end_usage == VPX_VBR) {
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 163 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 473 {"vbr", VPX_VBR},
    [all...]

Completed in 145 milliseconds