/external/libaom/aom_dsp/x86/ |
D | variance_impl_avx2.c | 172 const uint8_t *src, int src_stride, int x_offset, int y_offset, \ 184 if (y_offset == 0) { \ 194 } else if (y_offset == 4) { \ 209 y_offset <<= 5; \ 211 (__m256i const *)(bilinear_filters_avx2 + y_offset)); \ 224 if (y_offset == 0) { \ 236 } else if (y_offset == 4) { \ 258 y_offset <<= 5; \ 260 (__m256i const *)(bilinear_filters_avx2 + y_offset)); \ 280 if (y_offset == 0) { \ [all …]
|
D | highbd_variance_sse2.c | 270 const uint16_t *src, ptrdiff_t src_stride, int x_offset, int y_offset, \ 284 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \ 296 src, src_stride, x_offset, y_offset, dst, dst_stride, h, &sse2, \ 302 src + wf, src_stride, x_offset, y_offset, dst + wf, dst_stride, h, \ 308 src + 2 * wf, src_stride, x_offset, y_offset, dst + 2 * wf, \ 313 src + 3 * wf, src_stride, x_offset, y_offset, dst + 3 * wf, \ 325 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \ 338 src, src_stride, x_offset, y_offset, dst, dst_stride, h, &sse, NULL, \ 345 src + wf, src_stride, x_offset, y_offset, dst + wf, dst_stride, h, \ 351 src + 2 * wf, src_stride, x_offset, y_offset, dst + 2 * wf, \ [all …]
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 324 …riance16x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 325 …nce16x16_neon(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 328 …riance16x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 329 …nce16x32_neon(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 332 …ariance16x8_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 333 …ance16x8_neon(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 336 …riance32x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 337 …nce32x16_neon(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 340 …riance32x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 341 …nce32x32_neon(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… [all …]
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 324 …riance16x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 325 …nce16x16_neon(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 328 …riance16x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 329 …nce16x32_neon(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 332 …ariance16x8_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 333 …ance16x8_neon(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 336 …riance32x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 337 …nce32x16_neon(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 340 …riance32x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 341 …nce32x32_neon(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… [all …]
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 337 …riance16x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 338 …nce16x16_sse2(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 341 …riance16x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 342 …nce16x32_sse2(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 345 …ariance16x8_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 346 …ance16x8_sse2(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 349 …riance32x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 350 …nce32x16_sse2(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 353 …riance32x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 354 …nce32x32_sse2(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… [all …]
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 336 …riance16x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 337 …nce16x16_sse2(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 340 …riance16x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 341 …nce16x32_sse2(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 344 …ariance16x8_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 345 …ance16x8_sse2(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 348 …riance32x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 349 …nce32x16_sse2(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 352 …riance32x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 353 …nce32x32_sse2(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… [all …]
|
/external/libvpx/vp9/common/ |
D | vp9_mfqe.c | 214 int mi_offset, y_offset, uv_offset; in mfqe_partition() local 231 y_offset = 32; in mfqe_partition() 235 y_offset = 16; in mfqe_partition() 253 mfqe_block(bs_tmp, y + y_offset, u + uv_offset, v + uv_offset, y_stride, in mfqe_partition() 254 uv_stride, yd + y_offset, ud + uv_offset, vd + uv_offset, in mfqe_partition() 259 mfqe_block(bs_tmp, y + y_offset * y_stride, u + uv_offset * uv_stride, in mfqe_partition() 261 yd + y_offset * yd_stride, ud + uv_offset * uvd_stride, in mfqe_partition() 264 mfqe_block(bs_tmp, y + y_offset * y_stride + y_offset, in mfqe_partition() 267 yd + y_offset * yd_stride + y_offset, in mfqe_partition() 286 mfqe_block(bs_tmp, y + y_offset * y_stride, u + uv_offset * uv_stride, in mfqe_partition() [all …]
|
/external/cronet/third_party/quic_trace/src/tools/render/ |
D | table.cc | 42 int y_offset = 0; in Layout() local 52 if (y_offset > 0) { in Layout() 53 y_offset += spacing_ / 2; in Layout() 62 row.y_offset = y_offset; in Layout() 64 y_offset += row_height; in Layout() 66 height_ = y_offset + spacing_; in Layout() 76 base_offset + vec2(0, height_ - row.y_offset - row.height - spacing_); in Draw()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 264 …riance16x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 267 …riance16x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 270 …ariance16x8_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 273 …riance32x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 276 …riance32x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 279 …riance32x64_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 282 …variance4x4_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 285 …variance4x8_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 288 …riance64x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 291 …riance64x64_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… [all …]
|
/external/libvpx/vpx_dsp/x86/ |
D | highbd_variance_sse2.c | 255 const uint16_t *src, ptrdiff_t src_stride, int x_offset, int y_offset, \ 269 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \ 275 src, src_stride, x_offset, y_offset, ref, ref_stride, h, &sse, NULL, \ 280 src + 16, src_stride, x_offset, y_offset, ref + 16, ref_stride, h, \ 286 src + 32, src_stride, x_offset, y_offset, ref + 32, ref_stride, h, \ 291 src + 48, src_stride, x_offset, y_offset, ref + 48, ref_stride, h, \ 302 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \ 309 src, src_stride, x_offset, y_offset, ref, ref_stride, h, &sse, NULL, \ 314 src + 16, src_stride, x_offset, y_offset, ref + 16, ref_stride, h, \ 320 src + 32, src_stride, x_offset, y_offset, ref + 32, ref_stride, h, \ [all …]
|
D | variance_avx2.c | 377 __m256i *sse_reg, int y_offset) { in spv32_x0_yb() argument 379 do_sec, height, sum_reg, sse_reg, y_offset, src_stride); in spv32_x0_yb() 395 __m256i *sse_reg, int y_offset) { in spv32_x4_yb() argument 399 (__m256i const *)(bilinear_filters_avx2 + (y_offset << 5))); in spv32_x4_yb() 485 __m256i *sse_reg, int x_offset, int y_offset) { in spv32_xb_yb() argument 491 (__m256i const *)(bilinear_filters_avx2 + (y_offset << 5))); in spv32_xb_yb() 537 int x_offset, int y_offset, in sub_pix_var32xh() argument 548 if (y_offset == 0) { in sub_pix_var32xh() 552 } else if (y_offset == 4) { in sub_pix_var32xh() 558 do_sec, height, &sum_reg, &sse_reg, y_offset); in sub_pix_var32xh() [all …]
|
/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
D | CursivePosFormat1.hh | 69 pos[j].y_offset = -pos[i].y_offset; in reverse_cursive_minor_offset() 175 pos[i].y_advance = roundf (exit_y) + pos[i].y_offset; in apply() 177 d = roundf (entry_y) + pos[j].y_offset; in apply() 179 pos[j].y_offset -= d; in apply() 182 d = roundf (exit_y) + pos[i].y_offset; in apply() 184 pos[i].y_offset -= d; in apply() 204 hb_position_t y_offset = entry_y - exit_y; in apply() local 211 y_offset = -y_offset; in apply() 225 pos[child].y_offset = y_offset; in apply() 236 pos[parent].y_offset = 0; in apply()
|
D | GPOS.hh | 104 pos[i].y_offset += pos[j].y_offset; in propagate_attachment_offsets() 111 pos[i].y_offset += pos[j].y_offset; in propagate_attachment_offsets() 117 pos[i].y_offset -= pos[k].y_advance; in propagate_attachment_offsets() 122 pos[i].y_offset += pos[k].y_advance; in propagate_attachment_offsets() 158 if (unlikely (pos[i].y_offset)) in position_finish_offsets() 159 pos[i].x_offset += _hb_roundf (font->slant_xy * pos[i].y_offset); in position_finish_offsets()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-fallback.cc | 201 buffer->pos[i].y_offset -= buffer->pos[i].y_advance; in zero_mark_advances() 223 pos.x_offset = pos.y_offset = 0; in position_mark() 279 pos.y_offset = base_extents.y_bearing + base_extents.height - mark_extents.y_bearing; in position_mark() 281 if ((y_gap > 0) == (pos.y_offset > 0)) in position_mark() 283 base_extents.height -= pos.y_offset; in position_mark() 284 pos.y_offset = 0; in position_mark() 300 pos.y_offset = base_extents.y_bearing - (mark_extents.y_bearing + mark_extents.height); in position_mark() 302 if ((y_gap > 0) != (pos.y_offset > 0)) in position_mark() 304 int correction = -pos.y_offset / 2; in position_mark() 307 pos.y_offset += correction; in position_mark() [all …]
|
D | hb-ot-color-sbix-table.hh | 97 int *y_offset, in get_glyph_blob() 136 if (y_offset) *y_offset = glyph->yOffset; in get_glyph_blob() 225 int *y_offset, in reference_png() 230 x_offset, y_offset, in reference_png() 295 int x_offset = 0, y_offset = 0; in get_png_extents() local 297 hb_blob_t *blob = reference_png (font, glyph, &x_offset, &y_offset, &strike_ppem); in get_png_extents() 308 extents->y_bearing = png.IHDR.height + y_offset; in get_png_extents()
|
D | sample.py | 63 y_offset = pos.y_offset variable 65 print ("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
|
/external/ImageMagick/MagickCore/ |
D | montage.c | 273 ssize_t *x_offset,ssize_t *y_offset,size_t *tiles_per_column, in GetMontageGeometry() argument 278 (void) GetGeometry(geometry,x_offset,y_offset,tiles_per_row,tiles_per_column); in GetMontageGeometry() 396 y_offset; in MontageImageList() local 466 y_offset=0; in MontageImageList() 468 GetMontageGeometry(montage_info->tile,number_images,&x_offset,&y_offset, in MontageImageList() 579 y_offset=0; in MontageImageList() 581 GetMontageGeometry(montage_info->tile,number_images,&x_offset,&y_offset, in MontageImageList() 584 y_offset+=(ssize_t) title_offset; in MontageImageList() 609 y_offset+=(ssize_t) (height+(extract_info.y+(ssize_t) border_width)*2+ in MontageImageList() 612 if (y_offset > (ssize_t) bounds.height) in MontageImageList() [all …]
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 1073 float y_offset; in prepareVertexBufferInfoForCoordinates() local 1081 y_offset = m_min_coordinate_value; in prepareVertexBufferInfoForCoordinates() 1102 const glw::GLfloat coord_y = ((float)(rand() % y_modulus)) / coordinate_denominator + y_offset; in prepareVertexBufferInfoForCoordinates() 1121 const glw::GLfloat coord_y = ((float)(rand() % y_modulus)) / coordinate_denominator + y_offset; in prepareVertexBufferInfoForCoordinates() 1473 glw::GLint y_offset; in checkResult() local 1475 getOffsets(x_offset, y_offset, index); in checkResult() 1485 if (0 > y_offset) in checkResult() 1487 y_offset = y_offset % texture_size; in checkResult() 1488 y_offset += texture_size; in checkResult() 1501 expected_values_1[i] = ((y_offset + captured_data.without_offset_1[i]) % texture_size); in checkResult() [all …]
|
/external/libvpx/vpx_dsp/ |
D | variance.c | 139 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 147 bilinear_filters[y_offset]); \ 154 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 164 bilinear_filters[y_offset]); \ 419 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 427 bilinear_filters[y_offset]); \ 434 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 442 bilinear_filters[y_offset]); \ 449 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 457 bilinear_filters[y_offset]); \ [all …]
|
/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 537 WORD32 y_offset = dydx >> 2; in ih264_inter_pred_luma_vert_qpel() local 541 y_offset = y_offset & 0x3; in ih264_inter_pred_luma_vert_qpel() 547 pu1_pred1 = pu1_src + (y_offset >> 1) * src_strd; in ih264_inter_pred_luma_vert_qpel() 621 WORD32 y_offset = dydx >> 2; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local 626 y_offset = y_offset & 0x3; in ih264_inter_pred_luma_horz_qpel_vert_qpel() 632 pu1_pred_horz = pu1_src + (y_offset >> 1) * src_strd; in ih264_inter_pred_luma_horz_qpel_vert_qpel() 838 WORD32 y_offset = dydx >> 2; in ih264_inter_pred_luma_horz_hpel_vert_qpel() local 844 y_offset = y_offset & 0x3; in ih264_inter_pred_luma_horz_hpel_vert_qpel() 881 pi2_pred1_temp += (y_offset >> 1) * wd; in ih264_inter_pred_luma_horz_hpel_vert_qpel()
|
/external/libavc/decoder/ |
D | ih264d_thread_parse_decode.c | 122 UWORD32 u4_frame_stride, y_offset; in ih264d_parse_tfr_nmb() local 130 y_offset = (u2_mb_y * u4_frame_stride) << 4; in ih264d_parse_tfr_nmb() 132 ps_dec->s_cur_pic.pu1_buf1 + y_offset; in ih264d_parse_tfr_nmb() 136 y_offset = (u2_mb_y * u4_frame_stride) << 3; in ih264d_parse_tfr_nmb() 138 ps_dec->s_cur_pic.pu1_buf2 + y_offset; in ih264d_parse_tfr_nmb() 140 ps_dec->s_cur_pic.pu1_buf3 + y_offset; in ih264d_parse_tfr_nmb() 447 UWORD32 u4_frame_stride, x_offset, y_offset; in ih264d_decode_slice_thread() local 517 y_offset = (i16_mb_y * u4_frame_stride) << 4; in ih264d_decode_slice_thread() 521 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + x_offset + y_offset; in ih264d_decode_slice_thread() 525 y_offset = (i16_mb_y * u4_frame_stride) << 3; in ih264d_decode_slice_thread() [all …]
|
D | ih264d_thread_compute_bs.c | 399 UWORD32 x_offset, y_offset; in ih264d_recon_deblk_slice() local 468 y_offset = (i16_mb_y * u4_frame_stride) << 4; in ih264d_recon_deblk_slice() 471 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + x_offset + y_offset; in ih264d_recon_deblk_slice() 476 y_offset = (i16_mb_y * u4_frame_stride) << 3; in ih264d_recon_deblk_slice() 480 ps_trns_addr->pu1_dest_u = ps_dec->s_cur_pic.pu1_buf2 + x_offset + y_offset; in ih264d_recon_deblk_slice() 481 ps_trns_addr->pu1_dest_v = ps_dec->s_cur_pic.pu1_buf3 + x_offset + y_offset; in ih264d_recon_deblk_slice() 627 y_offset = (u2_mb_y * u4_frame_stride) << 4; in ih264d_recon_deblk_slice() 628 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + y_offset; in ih264d_recon_deblk_slice() 632 y_offset = (u2_mb_y * u4_frame_stride) << 3; in ih264d_recon_deblk_slice() 633 ps_trns_addr->pu1_dest_u = ps_dec->s_cur_pic.pu1_buf2 + y_offset; in ih264d_recon_deblk_slice() [all …]
|
/external/libvpx/vpx_dsp/mips/ |
D | variance_mmi.c | 1013 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 1021 bilinear_filters[y_offset]); \ 1035 int y_offset, uint8_t *temp2, in var_filter_block2d_bil_16x() argument 1046 const uint8_t *filter_y = bilinear_filters[y_offset]; in var_filter_block2d_bil_16x() 1119 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 1122 var_filter_block2d_bil_16x(src_ptr, src_stride, x_offset, y_offset, temp2, \ 1133 int y_offset, uint8_t *temp2, in var_filter_block2d_bil_8x() argument 1143 const uint8_t *filter_y = bilinear_filters[y_offset]; in var_filter_block2d_bil_8x() 1218 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 1221 var_filter_block2d_bil_8x(src_ptr, src_stride, x_offset, y_offset, temp2, \ [all …]
|
/external/webp/src/demux/ |
D | anim_decode.c | 171 int y_offset, int width, int height) { in ZeroFillFrameRect() argument 174 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS; in ZeroFillFrameRect() 300 const int dst_max_y = dst->y_offset + dst->height; in FindBlendRangeAtRow() 301 assert(canvas_y >= src->y_offset && canvas_y < (src->y_offset + src->height)); in FindBlendRangeAtRow() 307 if (canvas_y < dst->y_offset || canvas_y >= dst_max_y || in FindBlendRangeAtRow() 366 const uint64_t out_offset = (uint64_t)iter.y_offset * stride + in WebPAnimDecoderGetNext() 392 (iter.y_offset + y) * width + iter.x_offset; in WebPAnimDecoderGetNext() 404 const int canvas_y = iter.y_offset + y; in WebPAnimDecoderGetNext() 430 dec->prev_iter_.x_offset, dec->prev_iter_.y_offset, in WebPAnimDecoderGetNext()
|
/external/freetype/src/autofit/ |
D | afshaper.c | 562 FT_Long* y_offset ) in af_shaper_get_elem() argument 580 if ( y_offset ) in af_shaper_get_elem() 581 *y_offset = gpos[idx].y_offset; in af_shaper_get_elem() 664 FT_Long* y_offset ) in af_shaper_get_elem() argument 680 if ( y_offset ) in af_shaper_get_elem() 681 *y_offset = 0; in af_shaper_get_elem()
|