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 1428 int allocation_chunks; local
1592 int allocation_chunks; local
2406 int allocation_chunks; local
    [all...]
ratectrl.c 690 int allocation_chunks;
704 allocation_chunks = (frames_in_section * 100) + alt_boost;
710 allocation_chunks /= 2;
738 if ( (bits_in_section>>7) > allocation_chunks )
739 cpi->this_frame_target = alt_boost * (bits_in_section / allocation_chunks);
741 cpi->this_frame_target = (alt_boost * bits_in_section) / allocation_chunks;
1101 int allocation_chunks = (frames_in_section * 100) + (Boost - 100); local
    [all...]

Completed in 153 milliseconds