Searched refs:type_code (Results 1 – 5 of 5) sorted by relevance
204 auto type_code = type_table->type_codes[type_code_idx]; in IterateValue() local205 switch (type_code.base_type) { in IterateValue()207 auto ref = type_table->type_refs[type_code.sequence_ref](); in IterateValue()239 auto type_code = type_table->type_codes[i]; in IterateObject() local240 auto type = static_cast<ElementaryType>(type_code.base_type); in IterateObject()241 auto is_repeating = type_code.is_repeating != 0; in IterateObject()242 auto ref_idx = type_code.sequence_ref; in IterateObject()
79 int type_code; member843 sub->type = sub->type_code = FLAC_SUBFRAME_CONSTANT; in encode_residual_ch()850 sub->type = sub->type_code = FLAC_SUBFRAME_VERBATIM; in encode_residual_ch()875 sub->type_code = sub->type | sub->order; in encode_residual_ch()1004 sub->type_code = sub->type | (sub->order-1); in encode_residual_ch()1255 put_bits(&s->pb, 6, sub->type_code); in write_subframes()
63 size_t type_code = (type == calculator->last_type + 1) ? 1u : in NextBlockTypeCode() local67 return type_code; in NextBlockTypeCode()772 size_t type_code = NextBlockTypeCode(&type_code_calculator, types[i]); in BuildAndStoreBlockSplitCode() local773 if (i != 0) ++type_histo[type_code]; in BuildAndStoreBlockSplitCode()
1392 enum type_codes type_code = TYPE_CODE_STRUCT_ANON; in emit_struct_type() local1395 type_code = TYPE_CODE_STRUCT_NAMED; in emit_struct_type()1407 temp[0] = type_code; in emit_struct_type()