Searched defs:kf_bits (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h61 int kf_bits; member in struct:twopass_rc
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1879 int kf_bits = 0; local
2085 kf_bits = calculate_boost_bits((rc->frames_to_key - 1),
2088 twopass->kf_group_bits -= kf_bits;
2091 gf_group->bit_allocation[0] = kf_bits;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h590 int kf_bits; member in struct:VP8_COMP::twopass_rc
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h591 int kf_bits; member in struct:VP8_COMP::twopass_rc

Completed in 39 milliseconds