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

  /external/libvpx/libvpx/vp8/common/
onyx.h 104 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon10961
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 220 lc->target_bandwidth = cpi->target_bandwidth;
259 cpi->target_bandwidth = lc->target_bandwidth;
260 cpi->oxcf.target_bandwidth = lc->target_bandwidth;
    [all...]
onyx_int.h 236 int target_bandwidth; member in struct:__anon10992
462 int target_bandwidth; member in struct:VP8_COMP
firstpass.c     [all...]
ratectrl.c 379 if(target > cpi->oxcf.target_bandwidth * 3 / 2)
380 target = cpi->oxcf.target_bandwidth * 3 / 2;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 343 oxcf->target_bandwidth = cfg.rc_target_bitrate;
415 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);
    [all...]

Completed in 38 milliseconds