Searched refs:total_byte_count (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h248 int64_t total_byte_count; member in struct:__anon12814
393 int64_t total_byte_count; member in struct:VP8_COMP
H A Dratectrl.c706 (int)(100 * -cpi->bits_off_target / (cpi->total_byte_count * 8));
787 (int)((100 * cpi->bits_off_target) / (cpi->total_byte_count * 8));
H A Donyx_if.c222 lc->total_byte_count = cpi->total_byte_count;
259 cpi->total_byte_count = lc->total_byte_count;
1949 cpi->total_byte_count = 0;
4475 cpi->total_byte_count += (*size);
4481 cpi->layer_context[i].total_byte_count += (*size);

Completed in 209 milliseconds