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

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
ratectrl.c 437 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
    [all...]
onyx_int.h 449 int gfu_boost; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 220 int gfu_boost,
226 if (gfu_boost > high) {
228 } else if (gfu_boost < low) {
232 const int offset = high - gfu_boost;
    [all...]
vp9_onyx_int.h 480 int gfu_boost; member in struct:VP9_COMP
vp9_firstpass.c     [all...]

Completed in 103 milliseconds