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

  /hardware/intel/img/psb_video/src/
tng_jpegdec.c 110 uint32_t num_codes; member in struct:__anon30609
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/opencv3/3rdparty/libwebp/dec/
vp8l.c 256 const int num_codes = VP8LReadBits(br, 4) + 4; local
257 if (num_codes > NUM_CODE_LENGTH_CODES) {
269 for (i = 0; i < num_codes; ++i) {
    [all...]
  /external/webp/src/enc/
histogram.c 372 const int num_codes = VP8LHistogramNumCodes(h->palette_code_bits_); local
373 h->literal_cost_ = PopulationCost(h->literal_, num_codes, NULL) +
    [all...]
  /external/webp/src/dec/
vp8l.c 332 const int num_codes = VP8LReadBits(br, 4) + 4; local
333 if (num_codes > NUM_CODE_LENGTH_CODES) {
338 for (i = 0; i < num_codes; ++i) {
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 2822 int num_codes = num_allocatable_registers(); local
2939 int num_codes = num_allocatable_registers(); local
    [all...]

Completed in 90 milliseconds