/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_firstpass.c | 342 int64_t max_bits = ((int64_t)rc->avg_frame_bandwidth * local 344 if (max_bits < 0) 345 max_bits = 0; 346 else if (max_bits > rc->max_frame_bandwidth) 347 max_bits = rc->max_frame_bandwidth; 349 return (int)max_bits; 1453 const int max_bits = frame_max_bits(rc, &cpi->oxcf); local 1795 const int max_bits = frame_max_bits(&cpi->rc, &cpi->oxcf); local 2021 const int max_bits = frame_max_bits(rc, &cpi->oxcf); local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_firstpass.c | 340 int64_t max_bits = ((int64_t)rc->av_per_frame_bandwidth * local 342 if (max_bits < 0) 343 max_bits = 0; 344 else if (max_bits > rc->max_frame_bandwidth) 345 max_bits = rc->max_frame_bandwidth; 347 return (int)max_bits; 1431 const int max_bits = frame_max_bits(rc, oxcf); local 1795 const int max_bits = frame_max_bits(&cpi->rc, &cpi->oxcf); local 2019 const int max_bits = frame_max_bits(rc, &cpi->oxcf); local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_firstpass.c | 337 int64_t max_bits = local 341 if (max_bits < 0) 342 max_bits = 0; 343 else if (max_bits > cpi->rc.max_frame_bandwidth) 344 max_bits = cpi->rc.max_frame_bandwidth; 346 return (int)max_bits; 1427 const int max_bits = frame_max_bits(cpi); \/\/ Max bits for a single frame. local 1795 const int max_bits = frame_max_bits(cpi); \/\/ Max for a single frame. local 2019 const int max_bits = frame_max_bits(cpi); local [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshrec.c | 129 mask->max_bits = 0; 140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; 149 mask->max_bits = new_max * 8;
|
/external/freetype/src/pshinter/ |
pshrec.c | 129 mask->max_bits = 0; 140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; 149 mask->max_bits = new_max * 8;
|
/external/opencv/otherlibs/highgui/ |
bitstrm.cpp | 687 int max_bits, int first_bits ) 692 for( i = 1, val_idx = max_bits; i <= max_bits; i++ )
|
grfmt_jpeg.cpp | 974 const int max_bits = 16; local 991 lstrm.GetBytes( buffer, max_bits ); 992 for( i = 0, ht_size = 0; i < max_bits; i++ ) ht_size += buffer[i]; 997 lstrm.GetBytes( buffer + max_bits, ht_size ); 1001 buffer, buffer2, max_bits, first_table_bits ), [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
pshrec.c | 129 mask->max_bits = 0; 140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; 149 mask->max_bits = new_max * 8;
|
/external/chromium_org/third_party/brotli/src/brotli/dec/ |
decode.c | 235 int max_bits = 0; local 240 ++max_bits; 244 symbols[i] = (int)BrotliReadBits(br, max_bits) % alphabet_size; [all...] |
/external/libpng/contrib/tools/ |
pngfix.c | 2624 int min_bits, max_bits, rc; local [all...] |
/external/zlib/src/doc/ |
rfc1951.txt | 437 for (bits = 1; bits <= MAX_BITS; bits++) { [all...] |
/external/chromium_org/third_party/brotli/src/brotli/ |
brotlispec.txt | 351 for (bits = 1; bits <= MAX_BITS; bits++) { [all...] |