Home
last modified time | relevance | path

Searched refs:encbits (Results 1 – 19 of 19) sorted by relevance

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/cdsl/
H A Dencodings.rs31 pub encbits: u16, field
48 format!("[{}#{:02x}]", recipes[self.recipe].name, self.encbits) in to_rust_comment()
57 encbits: u16, field
64 pub fn new(inst: InstSpec, recipe: EncodingRecipeNumber, encbits: u16) -> Self { in new()
105 encbits, in new()
154 encbits: self.encbits, in build()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/cdsl/
H A Dencodings.rs31 pub encbits: u16, field
48 format!("[{}#{:02x}]", recipes[self.recipe].name, self.encbits) in to_rust_comment()
57 encbits: u16, field
64 pub fn new(inst: InstSpec, recipe: EncodingRecipeNumber, encbits: u16) -> Self { in new()
124 encbits, in new()
173 encbits: self.encbits, in build()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dencodings.rs31 pub encbits: u16, field
48 format!("[{}#{:02x}]", recipes[self.recipe].name, self.encbits) in to_rust_comment()
57 encbits: u16, field
64 pub fn new(inst: InstSpec, recipe: EncodingRecipeNumber, encbits: u16) -> Self { in new()
124 encbits, in new()
172 encbits: self.encbits, in build()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dencodings.rs31 pub encbits: u16, field
48 format!("[{}#{:02x}]", recipes[self.recipe].name, self.encbits) in to_rust_comment()
57 encbits: u16, field
64 pub fn new(inst: InstSpec, recipe: EncodingRecipeNumber, encbits: u16) -> Self { in new()
124 encbits, in new()
172 encbits: self.encbits, in build()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/cdsl/
H A Dencodings.rs31 pub encbits: u16, field
48 format!("[{}#{:02x}]", recipes[self.recipe].name, self.encbits) in to_rust_comment()
57 encbits: u16, field
64 pub fn new(inst: InstSpec, recipe: EncodingRecipeNumber, encbits: u16) -> Self { in new()
124 encbits, in new()
172 encbits: self.encbits, in build()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dencodings.rs31 pub encbits: u16, field
48 format!("[{}#{:02x}]", recipes[self.recipe].name, self.encbits) in to_rust_comment()
57 encbits: u16, field
64 pub fn new(inst: InstSpec, recipe: EncodingRecipeNumber, encbits: u16) -> Self { in new()
124 encbits, in new()
172 encbits: self.encbits, in build()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dencodings.rs31 pub encbits: u16, field
48 format!("[{}#{:02x}]", recipes[self.recipe].name, self.encbits) in to_rust_comment()
57 encbits: u16, field
64 pub fn new(inst: InstSpec, recipe: EncodingRecipeNumber, encbits: u16) -> Self { in new()
124 encbits, in new()
173 encbits: self.encbits, in build()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dilbcdec.c765 ILBCFrame *encbits, in decode_residual() argument
777 if (encbits->state_first == 1) { in decode_residual()
778 start_pos = (encbits->start - 1) * SUBL; in decode_residual()
780 start_pos = (encbits->start - 1) * SUBL + diff; in decode_residual()
785 …state_construct(encbits->ifm, encbits->idx, &syntdenum[(encbits->start - 1) * (LPC_FILTERORDER + 1… in decode_residual()
787 if (encbits->state_first) { /* put adaptive part in the end */ in decode_residual()
803 …construct_vector(reverseDecresidual, encbits->cb_index, encbits->gain_index, mem + CB_MEML - ST_ME… in decode_residual()
813 Nfor = s->nsub - encbits->start - 1; in decode_residual()
823 …construct_vector(&decresidual[(encbits->start + 1 + subframe) * SUBL], encbits->cb_index + subcoun… in decode_residual()
835 Nback = encbits->start - 1; in decode_residual()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dilbcdec.c765 ILBCFrame *encbits, in decode_residual() argument
777 if (encbits->state_first == 1) { in decode_residual()
778 start_pos = (encbits->start - 1) * SUBL; in decode_residual()
780 start_pos = (encbits->start - 1) * SUBL + diff; in decode_residual()
785 …state_construct(encbits->ifm, encbits->idx, &syntdenum[(encbits->start - 1) * (LPC_FILTERORDER + 1… in decode_residual()
787 if (encbits->state_first) { /* put adaptive part in the end */ in decode_residual()
803 …construct_vector(reverseDecresidual, encbits->cb_index, encbits->gain_index, mem + CB_MEML - ST_ME… in decode_residual()
813 Nfor = s->nsub - encbits->start - 1; in decode_residual()
823 …construct_vector(&decresidual[(encbits->start + 1 + subframe) * SUBL], encbits->cb_index + subcoun… in decode_residual()
835 Nback = encbits->start - 1; in decode_residual()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dilbcdec.c765 ILBCFrame *encbits, in decode_residual() argument
777 if (encbits->state_first == 1) { in decode_residual()
778 start_pos = (encbits->start - 1) * SUBL; in decode_residual()
780 start_pos = (encbits->start - 1) * SUBL + diff; in decode_residual()
785 …state_construct(encbits->ifm, encbits->idx, &syntdenum[(encbits->start - 1) * (LPC_FILTERORDER + 1… in decode_residual()
787 if (encbits->state_first) { /* put adaptive part in the end */ in decode_residual()
803 …construct_vector(reverseDecresidual, encbits->cb_index, encbits->gain_index, mem + CB_MEML - ST_ME… in decode_residual()
813 Nfor = s->nsub - encbits->start - 1; in decode_residual()
823 …construct_vector(&decresidual[(encbits->start + 1 + subframe) * SUBL], encbits->cb_index + subcoun… in decode_residual()
835 Nback = encbits->start - 1; in decode_residual()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c765 ILBCFrame *encbits, in decode_residual() argument
777 if (encbits->state_first == 1) { in decode_residual()
778 start_pos = (encbits->start - 1) * SUBL; in decode_residual()
780 start_pos = (encbits->start - 1) * SUBL + diff; in decode_residual()
785 …state_construct(encbits->ifm, encbits->idx, &syntdenum[(encbits->start - 1) * (LPC_FILTERORDER + 1… in decode_residual()
787 if (encbits->state_first) { /* put adaptive part in the end */ in decode_residual()
803 …construct_vector(reverseDecresidual, encbits->cb_index, encbits->gain_index, mem + CB_MEML - ST_ME… in decode_residual()
813 Nfor = s->nsub - encbits->start - 1; in decode_residual()
823 …construct_vector(&decresidual[(encbits->start + 1 + subframe) * SUBL], encbits->cb_index + subcoun… in decode_residual()
835 Nback = encbits->start - 1; in decode_residual()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c765 ILBCFrame *encbits, in decode_residual() argument
777 if (encbits->state_first == 1) { in decode_residual()
778 start_pos = (encbits->start - 1) * SUBL; in decode_residual()
780 start_pos = (encbits->start - 1) * SUBL + diff; in decode_residual()
785 …state_construct(encbits->ifm, encbits->idx, &syntdenum[(encbits->start - 1) * (LPC_FILTERORDER + 1… in decode_residual()
787 if (encbits->state_first) { /* put adaptive part in the end */ in decode_residual()
803 …construct_vector(reverseDecresidual, encbits->cb_index, encbits->gain_index, mem + CB_MEML - ST_ME… in decode_residual()
813 Nfor = s->nsub - encbits->start - 1; in decode_residual()
823 …construct_vector(&decresidual[(encbits->start + 1 + subframe) * SUBL], encbits->cb_index + subcoun… in decode_residual()
835 Nback = encbits->start - 1; in decode_residual()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/
H A Dgen_encodings.rs704 self.words.push(enc.encbits); in recipe()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/
H A Dgen_encodings.rs704 self.words.push(enc.encbits); in recipe()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_encodings.rs704 self.words.push(enc.encbits); in recipe()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_encodings.rs704 self.words.push(enc.encbits); in recipe()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/
H A Dgen_encodings.rs704 self.words.push(enc.encbits); in recipe()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_encodings.rs704 self.words.push(enc.encbits); in recipe()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_encodings.rs704 self.words.push(enc.encbits); in recipe()