/external/libaom/libaom/aom_dsp/x86/ |
D | variance_impl_avx2.c | 108 int x_offset, int y_offset, in aom_sub_pixel_variance32xh_avx2() argument 121 if (y_offset == 0) { in aom_sub_pixel_variance32xh_avx2() 131 } else if (y_offset == 8) { in aom_sub_pixel_variance32xh_avx2() 146 y_offset <<= 5; in aom_sub_pixel_variance32xh_avx2() 148 (__m256i const *)(bilinear_filters_avx2 + y_offset)); in aom_sub_pixel_variance32xh_avx2() 161 if (y_offset == 0) { in aom_sub_pixel_variance32xh_avx2() 173 } else if (y_offset == 8) { in aom_sub_pixel_variance32xh_avx2() 195 y_offset <<= 5; in aom_sub_pixel_variance32xh_avx2() 197 (__m256i const *)(bilinear_filters_avx2 + y_offset)); in aom_sub_pixel_variance32xh_avx2() 217 if (y_offset == 0) { in aom_sub_pixel_variance32xh_avx2() [all …]
|
D | highbd_variance_sse2.c | 274 const uint16_t *src, ptrdiff_t src_stride, int x_offset, int y_offset, \ 288 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \ 300 src, src_stride, x_offset, y_offset, dst, dst_stride, h, &sse2, \ 306 src + 16, src_stride, x_offset, y_offset, dst + 16, dst_stride, h, \ 312 src + 32, src_stride, x_offset, y_offset, dst + 32, dst_stride, \ 317 src + 48, src_stride, x_offset, y_offset, dst + 48, dst_stride, \ 329 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \ 342 src, src_stride, x_offset, y_offset, dst, dst_stride, h, &sse, NULL, \ 349 src + 16, src_stride, x_offset, y_offset, dst + 16, dst_stride, h, \ 355 src + 32, src_stride, x_offset, y_offset, dst + 32, dst_stride, \ [all …]
|
D | highbd_subpel_variance_impl_sse2.asm | 37 ; int x_offset, int y_offset, 100 x_offset, y_offset, \ 106 x_offset, y_offset, \ 115 x_offset, y_offset, \ 122 x_offset, y_offset, \ 147 x_offset, y_offset, \ 154 x_offset, y_offset, \ 181 ; x_offset == 0 && y_offset == 0 225 ; x_offset == 0 && y_offset == 0.5 273 ; x_offset == 0 && y_offset == bilin interpolation [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/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/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/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/libvpx/vpx_dsp/x86/ |
D | highbd_variance_sse2.c | 254 const uint16_t *src, ptrdiff_t src_stride, int x_offset, int y_offset, \ 268 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \ 274 src, src_stride, x_offset, y_offset, ref, ref_stride, h, &sse, NULL, \ 279 src + 16, src_stride, x_offset, y_offset, ref + 16, ref_stride, h, \ 285 src + 32, src_stride, x_offset, y_offset, ref + 32, ref_stride, h, \ 290 src + 48, src_stride, x_offset, y_offset, ref + 48, ref_stride, h, \ 301 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \ 308 src, src_stride, x_offset, y_offset, ref, ref_stride, h, &sse, NULL, \ 313 src + 16, src_stride, x_offset, y_offset, ref + 16, ref_stride, h, \ 319 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 …]
|
D | highbd_subpel_variance_impl_sse2.asm | 34 ; int x_offset, int y_offset, 97 x_offset, y_offset, \ 103 x_offset, y_offset, \ 112 x_offset, y_offset, \ 119 x_offset, y_offset, \ 144 x_offset, y_offset, \ 151 x_offset, y_offset, \ 178 ; x_offset == 0 && y_offset == 0 222 ; x_offset == 0 && y_offset == 0.5 270 ; x_offset == 0 && y_offset == bilin interpolation [all …]
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 317 …riance16x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 320 …riance16x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 323 …ariance16x8_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 326 …riance32x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 329 …riance32x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 332 …riance32x64_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 335 …variance4x4_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 338 …variance4x8_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 341 …riance64x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 344 …riance64x64_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… [all …]
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 317 …riance16x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 320 …riance16x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 323 …ariance16x8_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 326 …riance32x16_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 329 …riance32x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 332 …riance32x64_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 335 …variance4x4_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 338 …variance4x8_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 341 …riance64x32_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… 344 …riance64x64_c(const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, const uint8_t *r… [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-fallback.cc | 209 pos.x_offset = pos.y_offset = 0; in position_mark() 265 pos.y_offset = base_extents.y_bearing + base_extents.height - mark_extents.y_bearing; in position_mark() 267 if ((y_gap > 0) == (pos.y_offset > 0)) in position_mark() 269 base_extents.height -= pos.y_offset; in position_mark() 270 pos.y_offset = 0; in position_mark() 286 pos.y_offset = base_extents.y_bearing - (mark_extents.y_bearing + mark_extents.height); in position_mark() 288 if ((y_gap > 0) != (pos.y_offset > 0)) in position_mark() 290 unsigned int correction = -pos.y_offset / 2; in position_mark() 293 pos.y_offset += correction; in position_mark() 321 base_extents.y_bearing += buffer->pos[base].y_offset; in position_around_base() [all …]
|
D | hb-ot-color-sbix-table.hh | 76 int *y_offset, in get_glyph_blob() 115 if (y_offset) *y_offset = glyph->yOffset; in get_glyph_blob() 161 int *y_offset, in reference_png() 166 x_offset, y_offset, in reference_png() 231 int x_offset = 0, y_offset = 0; in get_png_extents() local 233 hb_blob_t *blob = reference_png (font, glyph, &x_offset, &y_offset, &strike_ppem); in get_png_extents() 238 extents->y_bearing = y_offset; in get_png_extents()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | subpel_variance_neon.c | 102 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 111 bilinear_filters[y_offset]); \ 116 bilinear_filters[y_offset]); \ 121 bilinear_filters[y_offset]); \ 144 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 154 bilinear_filters[y_offset]); \ 159 bilinear_filters[y_offset]); \ 164 bilinear_filters[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/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/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/libvpx/libvpx/vpx_dsp/mips/ |
D | variance_mmi.c | 997 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 1005 bilinear_filters[y_offset]); \ 1019 int y_offset, uint8_t *temp2, in var_filter_block2d_bil_16x() argument 1029 const uint8_t *filter_y = bilinear_filters[y_offset]; in var_filter_block2d_bil_16x() 1088 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 1091 var_filter_block2d_bil_16x(src_ptr, src_stride, x_offset, y_offset, temp2, \ 1102 int y_offset, uint8_t *temp2, in var_filter_block2d_bil_8x() argument 1111 const uint8_t *filter_y = bilinear_filters[y_offset]; in var_filter_block2d_bil_8x() 1170 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, \ 1173 var_filter_block2d_bil_8x(src_ptr, src_stride, x_offset, y_offset, temp2, \ [all …]
|
/external/webp/src/demux/ |
D | anim_decode.c | 155 int y_offset, int width, int height) { in ZeroFillFrameRect() argument 158 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS; in ZeroFillFrameRect() 284 const int dst_max_y = dst->y_offset + dst->height; in FindBlendRangeAtRow() 285 assert(canvas_y >= src->y_offset && canvas_y < (src->y_offset + src->height)); in FindBlendRangeAtRow() 291 if (canvas_y < dst->y_offset || canvas_y >= dst_max_y || in FindBlendRangeAtRow() 350 (iter.y_offset * width + iter.x_offset) * NUM_CHANNELS; in WebPAnimDecoderGetNext() 373 (iter.y_offset + y) * width + iter.x_offset; in WebPAnimDecoderGetNext() 385 const int canvas_y = iter.y_offset + y; in WebPAnimDecoderGetNext() 411 dec->prev_iter_.x_offset, dec->prev_iter_.y_offset, in WebPAnimDecoderGetNext()
|
/external/freetype/src/autofit/ |
D | afshaper.c | 548 FT_Long* y_offset ) in af_shaper_get_elem() argument 566 if ( y_offset ) in af_shaper_get_elem() 567 *y_offset = gpos[idx].y_offset; in af_shaper_get_elem() 650 FT_Long* y_offset ) in af_shaper_get_elem() argument 666 if ( y_offset ) in af_shaper_get_elem() 667 *y_offset = 0; in af_shaper_get_elem()
|
/external/webp/src/mux/ |
D | muxedit.c | 111 PutLE24(frame_bytes + 3, info->y_offset / 2); in CreateFrameData() 299 tmp.y_offset &= ~1; in WebPMuxPushFrame() 301 tmp.y_offset < 0 || tmp.y_offset >= MAX_POSITION_OFFSET || in WebPMuxPushFrame() 392 int* const x_offset, int* const y_offset, int* const duration) { in GetFrameInfo() argument 400 *y_offset = 2 * GetLE24(data->bytes + 3); in GetFrameInfo() 406 int* const x_offset, int* const y_offset, in GetImageInfo() argument 415 err = GetFrameInfo(frame_chunk, x_offset, y_offset, duration); in GetImageInfo() 441 int x_offset = 0, y_offset = 0, duration = 0, w = 0, h = 0; in GetAdjustedCanvasSize() local 442 const WebPMuxError err = GetImageInfo(wpi, &x_offset, &y_offset, in GetAdjustedCanvasSize() 445 const int max_y_pos = y_offset + h; in GetAdjustedCanvasSize() [all …]
|