Searched refs:leading (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_jpegdec.c146 #define JPG_MAKE_OFFSET(code,width,leading) \
147 (((code<<leading) & JPG_MAKE_MASK(JPG_VLC_MAX_CODE_LEN)) >> (JPG_VLC_MAX_CODE_LEN-width))
369 static uint16_t jpg_vlc_valid_symbol(const vlc_symbol_code_jpeg * symbol_code, const uint32_t leading) { argument
371 IMG_ASSERT( (symbol_code->code_length - leading - 1) >= 0 );
375 entry |= ((symbol_code->code_length - leading - 1) << JPG_INSTR_OFFSET_WIDTH);
403 jpg_vlc_get_offset(const vlc_symbol_code_jpeg * symbol_code, uint32_t width, uint32_t leading) { argument
407 offset = symbol_code->code << leading;
416 const uint32_t leading) {
421 IMG_ASSERT( symbol_code->code_length <= leading + width );
422 IMG_ASSERT( symbol_code->code_length > leading );
415 jpg_vlc_decode_direct_symbols(const vlc_symbol_code_jpeg * symbol_code, uint16_t * const table_ram, const uint32_t width, const uint32_t leading) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm79 ; Counting the leading zeros is used to normalize range.
155 ; Counting the leading zeros is used to normalize range.
249 ; Counting the leading zeros is used to normalize range.
H A Dvp8_packtokens_partitions_armv5.asm154 ; Counting the leading zeros is used to normalize range.
382 ; Counting the leading zeros is used to normalize range.
H A Dvp8_packtokens_armv5.asm104 ; Counting the leading zeros is used to normalize range.
H A Dvp8_packtokens_mbrow_armv5.asm125 ; Counting the leading zeros is used to normalize range.

Completed in 68 milliseconds