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

  /external/libvpx/vp8/encoder/
firstpass.c 1581 int allocation_chunks; local
1734 int allocation_chunks; local
2597 int allocation_chunks; local
    [all...]
ratectrl.c 693 int allocation_chunks;
707 allocation_chunks = (frames_in_section * 100) + alt_boost;
713 allocation_chunks /= 2;
741 if ( (bits_in_section>>7) > allocation_chunks )
742 cpi->this_frame_target = alt_boost * (bits_in_section / allocation_chunks);
744 cpi->this_frame_target = (alt_boost * bits_in_section) / allocation_chunks;
1137 int allocation_chunks = (frames_in_section * 100) + (Boost - 100); local
    [all...]

Completed in 178 milliseconds