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

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 134 uint32 codeword; local
140 ShowBits(psBits, 32, &codeword);
142 if (codeword == VISUAL_OBJECT_SEQUENCE_START_CODE)
145 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code
147 ReadBits(psBits, 8, &codeword);
150 *profilelevel = (int) codeword;
152 ShowBits(psBits, 32, &codeword);
153 if (codeword == USER_DATA_START_CODE)
160 ReadBits(psBits, 32, &codeword);
161 if (codeword != VISUAL_OBJECT_START_CODE) return MP4_INVALID_VOL_PARAM
434 uint32 codeword; local
762 uint32 codeword; local
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 129 uint32 codeword; local
135 ShowBits(psBits, 32, &codeword);
137 if (codeword == VISUAL_OBJECT_SEQUENCE_START_CODE)
140 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code
142 ReadBits(psBits, 8, &codeword);
145 *profilelevel = (int) codeword;
147 ShowBits(psBits, 32, &codeword);
148 if (codeword == USER_DATA_START_CODE)
155 ReadBits(psBits, 32, &codeword);
156 if (codeword != VISUAL_OBJECT_START_CODE) return MP4_INVALID_VOL_PARAM
449 uint32 codeword; local
777 uint32 codeword; local
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 16 decoded output corresponding to a given compressed codeword.
66 total of \varname{[codebook_entries]}, is assigned a codeword length.
67 We now read the list of codeword lengths and store these lengths in
73 If the \varname{[ordered]} flag is unset, the codeword list is not
74 length ordered and the decoder needs to read each codeword length
80 codeword decode tree:
97 5) codeword length for this entry is [length]+1;
108 8) the codeword length for this entry is [length]+1;
115 If the \varname{[ordered]} flag is set, the codeword list for this
117 a length for every codeword, the encoder reads the number o
    [all...]
08-residue.tex 55 example, the classification codeword encodes two classification
64 a partition is the same in each pass, thus the classification codeword
182 codeword. Note that the number of entries and dimensions in book
01-introduction.tex 250 one of several methods, depending on whether codeword lengths are
  /external/zxing/core/
core.jar 

Completed in 188 milliseconds