/external/libaom/av1/common/x86/ |
D | convolve_2d_avx2.c | 37 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_convolve_2d_sr_general_avx2() local 46 (1 << offset_bits) + ((1 << conv_params->round_1) >> 1)); in av1_convolve_2d_sr_general_avx2() 50 ((1 << bits) >> 1) - (1 << (offset_bits - conv_params->round_1)) - in av1_convolve_2d_sr_general_avx2() 51 ((1 << (offset_bits - conv_params->round_1)) >> 1)); in av1_convolve_2d_sr_general_avx2() 77 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_convolve_2d_sr_general_avx2() local 87 (1 << offset_bits) + ((1 << conv_params->round_1) >> 1)); in av1_convolve_2d_sr_general_avx2() 91 ((1 << bits) >> 1) - (1 << (offset_bits - conv_params->round_1)) - in av1_convolve_2d_sr_general_avx2() 92 ((1 << (offset_bits - conv_params->round_1)) >> 1)); in av1_convolve_2d_sr_general_avx2()
|
D | av1_convolve_scale_sse4.c | 111 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in vfilter8() local 116 const int32_t sub32 = ((1 << (offset_bits - conv_params->round_1)) + in vfilter8() 117 (1 << (offset_bits - conv_params->round_1 - 1))); in vfilter8() 128 const __m128i res_add_const = _mm_set1_epi32(1 << offset_bits); in vfilter8() 203 int32_t sum = 1 << offset_bits; in vfilter8() 225 int32_t tmp = res - ((1 << (offset_bits - conv_params->round_1)) + in vfilter8() 226 (1 << (offset_bits - conv_params->round_1 - 1))); in vfilter8() 337 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in highbd_vfilter8() local 342 const int32_t sub32 = ((1 << (offset_bits - conv_params->round_1)) + in highbd_vfilter8() 343 (1 << (offset_bits - conv_params->round_1 - 1))); in highbd_vfilter8() [all …]
|
D | warp_plane_sse4.c | 456 ConvolveParams *conv_params, const int round_bits, const int offset_bits, in unpack_weights_and_set_round_const() argument 459 _mm_set1_epi16(-(1 << (offset_bits - conv_params->round_1)) - in unpack_weights_and_set_round_const() 460 (1 << (offset_bits - conv_params->round_1 - 1))); in unpack_weights_and_set_round_const() 681 const int round_bits, const int offset_bits) { in warp_vertical_filter() argument 684 unpack_weights_and_set_round_const(conv_params, round_bits, offset_bits, in warp_vertical_filter() 708 const int round_bits, const int offset_bits) { in warp_vertical_filter_gamma0() argument 712 unpack_weights_and_set_round_const(conv_params, round_bits, offset_bits, in warp_vertical_filter_gamma0() 736 const int round_bits, const int offset_bits) { in warp_vertical_filter_delta0() argument 740 unpack_weights_and_set_round_const(conv_params, round_bits, offset_bits, in warp_vertical_filter_delta0() 762 const int round_bits, const int offset_bits) { in warp_vertical_filter_gamma0_delta0() argument [all …]
|
D | convolve_2d_sse2.c | 42 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_convolve_2d_sr_12tap_sse2() local 122 _mm_set1_epi32((1 << offset_bits) + ((1 << conv_params->round_1) >> 1)); in av1_convolve_2d_sr_12tap_sse2() 126 ((1 << bits) >> 1) - (1 << (offset_bits - conv_params->round_1)) - in av1_convolve_2d_sr_12tap_sse2() 127 ((1 << (offset_bits - conv_params->round_1)) >> 1)); in av1_convolve_2d_sr_12tap_sse2() 253 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_convolve_2d_sr_sse2() local 351 (1 << offset_bits) + ((1 << conv_params->round_1) >> 1)); in av1_convolve_2d_sr_sse2() 355 ((1 << bits) >> 1) - (1 << (offset_bits - conv_params->round_1)) - in av1_convolve_2d_sr_sse2() 356 ((1 << (offset_bits - conv_params->round_1)) >> 1)); in av1_convolve_2d_sr_sse2()
|
D | highbd_warp_affine_avx2.c | 36 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_highbd_warp_affine_avx2() local 47 _mm256_set1_epi32(-(1 << (offset_bits - conv_params->round_1)) - in av1_highbd_warp_affine_avx2() 48 (1 << (offset_bits - conv_params->round_1 - 1))); in av1_highbd_warp_affine_avx2()
|
/external/libaom/av1/common/ |
D | convolve.c | 112 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_convolve_2d_sr_c() local 115 int32_t sum = 1 << offset_bits; in av1_convolve_2d_sr_c() 119 assert(0 <= sum && sum < (1 << (offset_bits + 2))); in av1_convolve_2d_sr_c() 121 ((1 << (offset_bits - conv_params->round_1)) + in av1_convolve_2d_sr_c() 122 (1 << (offset_bits - conv_params->round_1 - 1))); in av1_convolve_2d_sr_c() 213 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_dist_wtd_convolve_2d_c() local 216 int32_t sum = 1 << offset_bits; in av1_dist_wtd_convolve_2d_c() 220 assert(0 <= sum && sum < (1 << (offset_bits + 2))); in av1_dist_wtd_convolve_2d_c() 231 tmp -= (1 << (offset_bits - conv_params->round_1)) + in av1_dist_wtd_convolve_2d_c() 232 (1 << (offset_bits - conv_params->round_1 - 1)); in av1_dist_wtd_convolve_2d_c() [all …]
|
D | warped_motion.c | 341 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_highbd_warp_affine_c() local 427 tmp32 = tmp32 - (1 << (offset_bits - conv_params->round_1)) - in av1_highbd_warp_affine_c() 428 (1 << (offset_bits - conv_params->round_1 - 1)); in av1_highbd_warp_affine_c() 613 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_warp_affine_c() local 706 tmp32 = tmp32 - (1 << (offset_bits - conv_params->round_1)) - in av1_warp_affine_c() 707 (1 << (offset_bits - conv_params->round_1 - 1)); in av1_warp_affine_c()
|
/external/libaom/aom_dsp/ |
D | blend_a64_mask.c | 43 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in aom_lowbd_blend_a64_d16_mask_c() local 44 const int round_offset = (1 << (offset_bits - conv_params->round_1)) + in aom_lowbd_blend_a64_d16_mask_c() 45 (1 << (offset_bits - conv_params->round_1 - 1)); in aom_lowbd_blend_a64_d16_mask_c() 129 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in aom_highbd_blend_a64_d16_mask_c() local 130 const int round_offset = (1 << (offset_bits - conv_params->round_1)) + in aom_highbd_blend_a64_d16_mask_c() 131 (1 << (offset_bits - conv_params->round_1 - 1)); in aom_highbd_blend_a64_d16_mask_c()
|
/external/bcc/src/python/bcc/ |
D | disassembler.py | 401 offset_bits = 0 406 sizedesc = cls.format_size_info(offset, offset_bits, 419 offset_bits = 0 426 offset_bits += field_bits
|
/external/libaom/av1/encoder/ |
D | txb_rdopt_utils.h | 79 const int offset_bits = av1_eob_offset_bits[eob_pt]; in get_eob_cost() local 80 if (offset_bits > 1) eob_cost += av1_cost_literal(offset_bits - 1); in get_eob_cost()
|
/external/capstone/cstool/ |
D | cstool_m680x.c | 120 if ((op->idx.offset_bits != 0) && in print_insn_detail_m680x() 130 op->idx.offset_bits); in print_insn_detail_m680x()
|
/external/capstone/suite/cstest/src/ |
D | m680x_detail.c | 104 if ((op->idx.offset_bits != 0) && in get_detail_m680x() 112 add_str(&result, " ; offset bits: %u", op->idx.offset_bits); in get_detail_m680x()
|
/external/capstone/bindings/python/ |
D | test_m680x.py | 97 … if (i.idx.offset_bits != 0) and (i.idx.offset_reg == M680X_REG_INVALID) and (i.idx.inc_dec == 0): 101 print("\t\t\toffset bits: %u" % i.idx.offset_bits)
|
/external/ImageMagick/coders/ |
D | bmp.c | 129 offset_bits, member 562 offset_bits, in ReadBMPImage() local 588 offset_bits=0; in ReadBMPImage() 610 bmp_info.offset_bits=ReadBlobLSBLong(image); in ReadBMPImage() 623 bmp_info.offset_bits=ReadBlobLSBLong(image); in ReadBMPImage() 963 if (bmp_info.offset_bits == offset_bits) in ReadBMPImage() 965 offset_bits=bmp_info.offset_bits; in ReadBMPImage() 966 offset=SeekBlob(image,start_position+bmp_info.offset_bits,SEEK_SET); in ReadBMPImage() 1742 bmp_info.offset_bits=bmp_info.file_size; in WriteBMPImage() 1776 bmp_info.offset_bits+=3*(1UL << bmp_info.bits_per_pixel); in WriteBMPImage() [all …]
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp9.cc | 444 size_t offset_bits = 0; in WriteHeader() local 445 writer.GetCurrentOffset(&offset_bytes, &offset_bits); in WriteHeader() 446 RTC_DCHECK_EQ(offset_bits, 0); in WriteHeader()
|
/external/capstone/arch/M680X/ |
D | M680XDisassembler.c | 1199 bool post_inc_dec, uint8_t inc_dec, uint8_t offset_bits, in add_indexed_operand() argument 1214 if (offset_bits != M680X_OFFSET_NONE) { in add_indexed_operand() 1219 op->idx.offset_bits = offset_bits; in add_indexed_operand() 1268 op->idx.offset_bits = M680X_OFFSET_BITS_5; in indexed09_hdlr() 1316 op->idx.offset_bits = M680X_OFFSET_BITS_8; in indexed09_hdlr() 1323 op->idx.offset_bits = M680X_OFFSET_BITS_8; in indexed09_hdlr() 1333 op->idx.offset_bits = M680X_OFFSET_BITS_16; in indexed09_hdlr() 1341 op->idx.offset_bits = M680X_OFFSET_BITS_16; in indexed09_hdlr() 1405 op->idx.offset_bits = M680X_OFFSET_BITS_5; in indexed12_hdlr() 1421 op->idx.offset_bits = M680X_OFFSET_BITS_9; in indexed12_hdlr() [all …]
|
D | M680XInstPrinter.c | 180 else if (op->idx.offset_bits > 0) { in printOperand() 198 (op->idx.offset_bits > 0)) in printOperand()
|
/external/libaom/av1/common/arm/ |
D | jnt_convolve_neon.c | 726 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in dist_wtd_convolve_2d_vert_6tap_neon() local 727 const int16_t sub_const = (1 << (offset_bits - conv_params->round_1)) + in dist_wtd_convolve_2d_vert_6tap_neon() 728 (1 << (offset_bits - conv_params->round_1 - 1)); in dist_wtd_convolve_2d_vert_6tap_neon() 942 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in dist_wtd_convolve_2d_vert_8tap_neon() local 943 const int16_t sub_const = (1 << (offset_bits - conv_params->round_1)) + in dist_wtd_convolve_2d_vert_8tap_neon() 944 (1 << (offset_bits - conv_params->round_1 - 1)); in dist_wtd_convolve_2d_vert_8tap_neon() 1210 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_dist_wtd_convolve_2d_copy_neon() local 1211 const int round_offset = (1 << (offset_bits - conv_params->round_1)) + in av1_dist_wtd_convolve_2d_copy_neon() 1212 (1 << (offset_bits - conv_params->round_1 - 1)); in av1_dist_wtd_convolve_2d_copy_neon() 1326 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in av1_dist_wtd_convolve_x_neon() local [all …]
|
/external/capstone/bindings/ocaml/ |
D | m680x.ml | 13 offset_bits: int; RecordField
|
/external/capstone/tests/ |
D | test_m680x.c | 146 if ((op->idx.offset_bits != 0) && in print_insn_detail() 156 op->idx.offset_bits); in print_insn_detail()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_shader.h | 128 uint32_t *offset_bits);
|
D | brw_shader.cpp | 146 uint32_t offset_bits = 0; in brw_texture_offset() local 155 offset_bits |= (offset << shift) & (0xF << shift); in brw_texture_offset() 158 *offset_bits_out = offset_bits; in brw_texture_offset()
|
/external/capstone/bindings/java/ |
D | TestM680x.java | 105 if ((i.value.idx.offset_bits != 0) && in print_ins_detail() 111 System.out.printf("\t\t\toffset bits: %d\n", i.value.idx.offset_bits); in print_ins_detail()
|
/external/capstone/bindings/java/capstone/ |
D | M680x.java | 21 public byte offset_bits; field in M680x.OpIndexed
|
/external/libaom/aom_dsp/arm/ |
D | blend_a64_mask_neon.c | 139 const int offset_bits = bd + 2 * FILTER_BITS - conv_params->round_0; in aom_lowbd_blend_a64_d16_mask_neon() local 140 const int round_offset = (1 << (offset_bits - conv_params->round_1)) + in aom_lowbd_blend_a64_d16_mask_neon() 141 (1 << (offset_bits - conv_params->round_1 - 1)); in aom_lowbd_blend_a64_d16_mask_neon()
|