Searched refs:leading (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_jpegdec.c | 146 #define JPG_MAKE_OFFSET(code,width,leading) \ argument 147 (((code<<leading) & JPG_MAKE_MASK(JPG_VLC_MAX_CODE_LEN)) >> (JPG_VLC_MAX_CODE_LEN-width)) 369 …c uint16_t jpg_vlc_valid_symbol(const vlc_symbol_code_jpeg * symbol_code, const uint32_t leading) { in jpg_vlc_valid_symbol() argument 371 IMG_ASSERT( (symbol_code->code_length - leading - 1) >= 0 ); in jpg_vlc_valid_symbol() 375 entry |= ((symbol_code->code_length - leading - 1) << JPG_INSTR_OFFSET_WIDTH); in jpg_vlc_valid_symbol() 403 jpg_vlc_get_offset(const vlc_symbol_code_jpeg * symbol_code, uint32_t width, uint32_t leading) { in jpg_vlc_get_offset() argument 407 offset = symbol_code->code << leading; in jpg_vlc_get_offset() 416 const uint32_t leading) { in jpg_vlc_decode_direct_symbols() argument 421 IMG_ASSERT( symbol_code->code_length <= leading + width ); in jpg_vlc_decode_direct_symbols() 422 IMG_ASSERT( symbol_code->code_length > leading ); in jpg_vlc_decode_direct_symbols() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/ |
D | boolhuff_armv5te.asm | 79 ; 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.
|
D | vp8_packtokens_partitions_armv5.asm | 154 ; Counting the leading zeros is used to normalize range. 382 ; Counting the leading zeros is used to normalize range.
|
D | vp8_packtokens_armv5.asm | 104 ; Counting the leading zeros is used to normalize range.
|
D | vp8_packtokens_mbrow_armv5.asm | 125 ; Counting the leading zeros is used to normalize range.
|
/hardware/intel/img/libdrm/ |
D | aclocal.m4 | 330 # Add leading comment marks to the start of each line, and a trailing 6559 # archive will be linked into the output, leading to subtle bugs. 7226 # characters, hashes, percent signs, but SUFFIX may contain a leading 7304 # characters, hashes, percent signs, but SUFFIX may contain a leading 8214 # iff we strip the leading $srcdir from $ac_aux_dir. That would be: 8666 # with a leading dot. For instance MS-DOS doesn't.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.doxy_template | 85 # in this list, if found as the leading text of the brief description, will be
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 92 # in this list, if found as the leading text of the brief description, will be
|