Home
last modified time | relevance | path

Searched refs:br_offset (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddecodetxb.c448 int br_offset = 0; in av1_read_coeffs_txb() local
461 br_offset = tok; in av1_read_coeffs_txb()
467 if (tok == extra_bits) br_offset = extra_bits; in av1_read_coeffs_txb()
471 *v = NUM_BASE_LEVELS + 1 + br_base + br_offset; in av1_read_coeffs_txb()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dencodetxb.c402 int br_offset = 0; in av1_write_coeffs_txb() local
414 br_offset = base_range - br_base; in av1_write_coeffs_txb()
417 if (tok == br_offset) { in av1_write_coeffs_txb()
2303 int br_offset = base_range - br_base; in av1_update_and_record_txb_context() local
2311 if (br_offset == tok) { in av1_update_and_record_txb_context()
H A Drd.c588 int br_offset = base_range - br_base; in av1_fill_coeff_costs() local
591 if (tok == br_offset) { in av1_fill_coeff_costs()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-mips.c250 int br_offset = 5; in mips_emit_cond_branch() local
255 mips_bne (code, ins->sreg1, ins->sreg2, br_offset); in mips_emit_cond_branch()
259 mips_beq (code, ins->sreg1, ins->sreg2, br_offset); in mips_emit_cond_branch()
263 mips_bltz (code, ins->sreg1, br_offset); in mips_emit_cond_branch()
267 mips_blez (code, ins->sreg1, br_offset); in mips_emit_cond_branch()
271 mips_bgtz (code, ins->sreg1, br_offset); in mips_emit_cond_branch()
275 mips_bgez (code, ins->sreg1, br_offset); in mips_emit_cond_branch()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs1313 let br_offset = sink.cur_offset(); in emit() localVariable
1318 sink.use_label_at_offset(br_offset, again_label, LabelUse::Branch19); in emit()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs1313 let br_offset = sink.cur_offset(); in emit() localVariable
1318 sink.use_label_at_offset(br_offset, again_label, LabelUse::Branch19); in emit()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs1452 let br_offset = sink.cur_offset(); in emit() localVariable
1457 sink.use_label_at_offset(br_offset, again_label, LabelUse::Branch19); in emit()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs1313 let br_offset = sink.cur_offset(); in emit() localVariable
1318 sink.use_label_at_offset(br_offset, again_label, LabelUse::Branch19); in emit()