HomeSort by relevance Sort by last modified time
    Searched defs:num_codes (Results 1 - 6 of 6) sorted by null

  /external/webp/src/enc/
histogram_enc.c 423 const int num_codes = VP8LHistogramNumCodes(h->palette_code_bits_); local
424 h->literal_cost_ = PopulationCost(h->literal_, num_codes, NULL) +
    [all...]
  /hardware/intel/img/psb_video/src/
tng_jpegdec.c 110 uint32_t num_codes; member in struct:__anon42803
446 const uint32_t num_codes,
470 for (i = 0; symbol_codes[i].code_length <= next_leading_width && i < num_codes; i++) {
479 for (i = next_section; i < num_codes; i++) {
489 for (i = next_section; i < num_codes; i++) {
505 num_codes - i,
528 psSymbolStats->num_codes,
547 if (ctx->symbol_stats[table_class][table_id].num_codes) {
741 uint32_t num_codes = huff->huffman_table[table_id].num_dc_codes[bit_ind]; local
742 while (num_codes) {
788 uint32_t num_codes = huff->huffman_table[table_id].num_ac_codes[bit_ind]; local
    [all...]
  /external/brotli/dec/
decode.c 631 uint32_t num_codes = s->repeat; local
647 s->repeat = num_codes;
659 ++num_codes;
667 if (!(num_codes == 1 || space == 0)) {
705 s->repeat = 0; /* num_codes */
    [all...]
  /external/brotli/enc/
brotli_bit_stream.c 184 const int num_codes, const uint8_t* code_length_bitdepth,
210 if (num_codes > 1) {
311 int num_codes = 0; local
326 if (num_codes == 0) {
328 num_codes = 1;
329 } else if (num_codes == 1) {
330 num_codes = 2;
345 BrotliStoreHuffmanTreeOfHuffmanTreeToBitMask(num_codes, code_length_bitdepth,
348 if (num_codes == 1) {
    [all...]
  /external/webp/src/dec/
vp8l_dec.c 333 const int num_codes = VP8LReadBits(br, 4) + 4; local
334 if (num_codes > NUM_CODE_LENGTH_CODES) {
339 for (i = 0; i < num_codes; ++i) {
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 2984 int num_codes = num_allocatable_registers(); local
3122 int num_codes = num_allocatable_registers(); local
3175 int num_codes = num_allocatable_registers(); local
    [all...]

Completed in 1977 milliseconds