Home
last modified time | relevance | path

Searched refs:type_code (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dflacenc.c79 int type_code; member
843 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()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c63 size_t type_code = (type == calculator->last_type + 1) ? 1u : in NextBlockTypeCode() local
67 return type_code; in NextBlockTypeCode()
772 size_t type_code = NextBlockTypeCode(&type_code_calculator, types[i]); in BuildAndStoreBlockSplitCode() local
773 if (i != 0) ++type_histo[type_code]; in BuildAndStoreBlockSplitCode()
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c63 size_t type_code = (type == calculator->last_type + 1) ? 1u : in NextBlockTypeCode() local
67 return type_code; in NextBlockTypeCode()
772 size_t type_code = NextBlockTypeCode(&type_code_calculator, types[i]); in BuildAndStoreBlockSplitCode() local
773 if (i != 0) ++type_histo[type_code]; in BuildAndStoreBlockSplitCode()
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.h432 ValueTypeCode type_code; member
Dwasm-module-builder.cc665 buffer->write_u8(import.type_code); in WriteTo()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1401 enum type_codes type_code = TYPE_CODE_STRUCT_ANON; in emit_struct_type() local
1404 type_code = TYPE_CODE_STRUCT_NAMED; in emit_struct_type()
1416 temp[0] = type_code; in emit_struct_type()
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs31 pub type type_code = u32; typedef