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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_bstream.h 8 #define SCRATCH_SIZE 20
26 uint8_t buf_scratch[SCRATCH_SIZE];/* scratch for boundary reads*/
  /external/harfbuzz_ng/src/
hb-graphite2.cc 244 unsigned int scratch_size; local
245 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
273 scratch = buffer->get_scratch_buffer (&scratch_size);
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
283 scratch = buffer->get_scratch_buffer (&scratch_size);
290 assert (_consumed <= scratch_size); \
292 scratch_size -= _consumed; \
hb-coretext.cc 609 unsigned int scratch_size; local
610 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
616 if (unlikely (_consumed > scratch_size)) \
622 scratch_size -= _consumed; \
686 scratch = buffer->get_scratch_buffer (&scratch_size);
690 scratch_size -= old_scratch_used;
    [all...]
hb-uniscribe.cc 735 unsigned int scratch_size; local
736 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
742 assert (_consumed <= scratch_size); \
744 scratch_size -= _consumed; \
785 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2)
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 41 #define SCRATCH_SIZE 22
629 ALLOC( scratch_mem, SCRATCH_SIZE, opus_int32 );
630 ALLOC( xcorr32, SCRATCH_SIZE, opus_int32 );
639 silk_assert(lag_high-lag_low+1 <= SCRATCH_SIZE);
642 silk_assert( lag_counter < SCRATCH_SIZE );
653 silk_assert( idx + j < SCRATCH_SIZE );
    [all...]
  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 40 #define SCRATCH_SIZE 22
505 silk_float scratch_mem[ SCRATCH_SIZE ];
506 opus_val32 xcorr[ SCRATCH_SIZE ];
532 silk_assert(lag_high-lag_low+1 <= SCRATCH_SIZE);
535 silk_assert( lag_counter < SCRATCH_SIZE );
546 silk_assert( idx + j < SCRATCH_SIZE );
572 silk_float scratch_mem[ SCRATCH_SIZE ];
611 silk_assert( lag_counter < SCRATCH_SIZE );
622 silk_assert( idx + j < SCRATCH_SIZE );

Completed in 86 milliseconds