Searched defs:max_mode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dcodetable.cc192 unsigned char max_mode,
203 if (mode > max_mode) {
233 bool VCDiffCodeTableData::Validate(unsigned char max_mode) const {
234 const int kNumberOfTypesAndModes = VCD_LAST_INSTRUCTION_TYPE + max_mode + 1;
242 ValidateOpcode(i, inst1[i], size1[i], mode1[i], max_mode, "first")
245 ValidateOpcode(i, inst2[i], size2[i], mode2[i], max_mode, "second")
188 ValidateOpcode(int opcode, unsigned char inst, unsigned char size, unsigned char mode, unsigned char max_mode, const char* first_or_second) argument
H A Ddecodetable.cc39 const VCDiffCodeTableData& code_table_data, unsigned char max_mode) {
40 if (!code_table_data.Validate(max_mode)) return false;
38 UseCodeTable( const VCDiffCodeTableData& code_table_data, unsigned char max_mode) argument
H A Dinstruction_map.cc153 unsigned char max_mode)
154 : first_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
156 second_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
151 VCDiffInstructionMap( const VCDiffCodeTableData& code_table_data, unsigned char max_mode) argument
H A Dencodetable.cc74 unsigned char max_mode)
75 : max_mode_(max_mode),
69 VCDiffCodeTableWriter( bool interleaved, int near_cache_size, int same_cache_size, const VCDiffCodeTableData& code_table_data, unsigned char max_mode) argument
H A Dvcdecoder.cc105 unsigned char max_mode) {
106 return reader_.UseCodeTable(code_table_data, max_mode);
104 UseCodeTable(const VCDiffCodeTableData& code_table_data, unsigned char max_mode) argument
/external/chromium_org/third_party/libwebp/enc/
H A Danalysis.c237 const int max_mode = MAX_INTRA16_MODE; local
243 for (mode = 0; mode < max_mode; ++mode) {
263 const int max_mode = MAX_INTRA4_MODE; local
276 for (mode = 0; mode < max_mode; ++mode) {
305 const int max_mode = MAX_UV_MODE; local
309 for (mode = 0; mode < max_mode; ++mode) {
/external/webp/src/enc/
H A Danalysis.c237 const int max_mode = MAX_INTRA16_MODE; local
243 for (mode = 0; mode < max_mode; ++mode) {
263 const int max_mode = MAX_INTRA4_MODE; local
276 for (mode = 0; mode < max_mode; ++mode) {
305 const int max_mode = MAX_UV_MODE; local
309 for (mode = 0; mode < max_mode; ++mode) {

Completed in 1746 milliseconds