/external/libjpeg-turbo/ |
D | transupp.c | 99 int ci, offset_y; in do_crop() local 119 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_crop() 120 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_crop() 121 dst_buffer[offset_y], in do_crop() 138 int ci, k, offset_y; in do_flip_h_no_crop() local 161 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_flip_h_no_crop() 164 ptr1 = buffer[offset_y][blk_x]; in do_flip_h_no_crop() 165 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop() 185 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks, in do_flip_h_no_crop() 186 buffer[offset_y] + blk_x, in do_flip_h_no_crop() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Intrinsics.td | 27 llvm_i32_ty, // offset_y, 40 llvm_i32_ty, // offset_y,
|
/external/libmpeg2/decoder/ |
D | impeg2d_pnb_pic.c | 520 UWORD32 offset_x, offset_y, stride; in impeg2d_dec_p_b_slice() local 536 offset_y = (ps_dec->u2_mb_y << 4); in impeg2d_dec_p_b_slice() 538 ps_dec->s_dest_buf.pu1_y = ps_cur_frm_buf->pu1_y + offset_y * stride + offset_x; in impeg2d_dec_p_b_slice() 542 ps_dec->s_dest_buf.pu1_u = ps_cur_frm_buf->pu1_u + (offset_y >> 1) * stride in impeg2d_dec_p_b_slice() 545 ps_dec->s_dest_buf.pu1_v = ps_cur_frm_buf->pu1_v + (offset_y >> 1) * stride in impeg2d_dec_p_b_slice()
|
/external/webrtc/webrtc/common_video/ |
D | video_frame_buffer.cc | 222 const int offset_y = uv_offset_y * 2; in ShallowCenterCrop() local 225 buffer->stride(kYPlane) * offset_y + offset_x; in ShallowCenterCrop()
|
/external/ImageMagick/coders/ |
D | xcf.c | 152 offset_y; member 766 outLayer->image->page.y=outLayer->offset_y; in InitXCFImage() 834 outLayer->offset_y = ReadBlobMSBSignedLong(image); in ReadOneLayer() 946 GIMP_DRAWABLE (layer_mask)->offset_y = GIMP_DRAWABLE (layer)->offset_y; in ReadOneLayer() 1349 layer_info[j].offset_x, layer_info[j].offset_y ); in ReadXCFImage()
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 39 int offset_y, 336 int offset_y, argument 344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
|
/external/webrtc/webrtc/test/ |
D | frame_generator.cc | 203 int offset_y = (current_source_frame_->stride(PlaneType::kYPlane) * in CropSourceToScrolledImage() local 214 ¤t_source_frame_->buffer(PlaneType::kYPlane)[offset_y], in CropSourceToScrolledImage()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 83 unsigned offset_y; member
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 552 float offset_y = box_y1 - dstY; in display_video() local 558 offset_y += pPixmap->screen_y; in display_video() 570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y, in display_video()
|
/external/syslinux/com32/lib/libpng/ |
D | pngget.c | 618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 623 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 626 *offset_y = info_ptr->y_offset; in png_get_oFFs()
|
D | pngtest.c | 1015 png_int_32 offset_x, offset_y; in test_one_file() local 1018 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y, in test_one_file() 1021 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); in test_one_file()
|
D | pngset.c | 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 282 info_ptr->y_offset = offset_y; in png_set_oFFs()
|
D | pngrutil.c | 1610 png_int_32 offset_x, offset_y; in png_handle_oFFs() local 1642 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 1644 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
/external/libpng/ |
D | pngget.c | 841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 847 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 850 *offset_y = info_ptr->y_offset; in png_get_oFFs()
|
D | pngtest.c | 1210 png_int_32 offset_x, offset_y; in test_one_file() local 1213 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y, in test_one_file() 1216 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); in test_one_file()
|
D | pngset.c | 249 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 257 info_ptr->y_offset = offset_y; in png_set_oFFs()
|
D | png.h | 2052 png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, 2058 png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y,
|
/external/pdfium/third_party/libpng16/ |
D | pngget.c | 841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 847 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 850 *offset_y = info_ptr->y_offset; in png_get_oFFs()
|
D | pngset.c | 249 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 257 info_ptr->y_offset = offset_y; in png_set_oFFs()
|
D | png.h | 2052 png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, 2058 png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y,
|
/external/skia/third_party/libpng/ |
D | pngget.c | 841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 847 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 850 *offset_y = info_ptr->y_offset; in png_get_oFFs()
|
D | pngtest.c | 1203 png_int_32 offset_x, offset_y; in test_one_file() local 1206 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y, in test_one_file() 1209 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); in test_one_file()
|
D | pngset.c | 249 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 257 info_ptr->y_offset = offset_y; in png_set_oFFs()
|
D | png.h | 2052 png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, 2058 png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y,
|
D | pngrutil.c | 2109 png_int_32 offset_x, offset_y; in png_handle_oFFs() local 2144 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 2146 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|