/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | transupp.c | 96 int offset_y, k; in dequant_comp() local 108 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in dequant_comp() 109 block = buffer[offset_y]; in dequant_comp() 126 int offset_y, k; in requant_comp() local 139 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in requant_comp() 140 block = buffer[offset_y]; in requant_comp() 241 int ci, offset_y; in do_drop() local 259 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_drop() 260 jcopy_block_row(src_buffer[offset_y], in do_drop() 261 dst_buffer[offset_y] + x_drop_blocks, comp_width); in do_drop() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_waveform.c | 35 int offset_y; member 689 int offset_y, int offset_x, in lowpass16() argument 710 …uint16_t *dst_data = (uint16_t *)out->data[dplane] + (offset_y + sliceh_start * step) * dst_linesi… in lowpass16() 757 src = (const uint16_t *)(out->data[0]) + offset_y * dst_linesize + offset_x; in lowpass16() 758 dst0 = (uint16_t *)(out->data[1]) + offset_y * dst_linesize + offset_x; in lowpass16() 759 dst1 = (uint16_t *)(out->data[2]) + offset_y * dst_linesize + offset_x; in lowpass16() 781 …src = (const uint16_t *)out->data[0] + (offset_y + sliceh_start * step) * dst_linesize + offset_x; in lowpass16() 782 … dst0 = (uint16_t *)(out->data[1]) + (offset_y + sliceh_start * step) * dst_linesize + offset_x; in lowpass16() 783 … dst1 = (uint16_t *)(out->data[2]) + (offset_y + sliceh_start * step) * dst_linesize + offset_x; in lowpass16() 809 int offset_y = td->offset_y; \ [all …]
|
/third_party/astc-encoder/Source/ |
D | astcenc_compute_variance.cpp | 125 int offset_y = arg.offset_y; in compute_pixel_region_variance() local 177 int y_src = (y - 1) + offset_y - kernel_radius_xy; in compute_pixel_region_variance() 221 int y_src = (y - 1) + offset_y - kernel_radius_xy; in compute_pixel_region_variance() 260 int y_src = (y - 1) + offset_y - kernel_radius_xy; in compute_pixel_region_variance() 374 int y_dst = y + offset_y; in compute_pixel_region_variance() 406 int y_dst = y + offset_y; in compute_pixel_region_variance() 465 arg.offset_y = y; in compute_averages() 509 ag.arg.offset_y = 0; in init_compute_averages()
|
D | astcenc_internal.h | 1337 unsigned int offset_y; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | gen_overlay_fonts.py | 208 offset_y = glyph_height - (top - glyph_descender) 218 base_y += offset_y 221 assert (offset_y + rows <= glyph_height)
|
D | gen_overlay_widgets.py | 248 offset_y, offset_y_is_top = get_offset_y(widget) 285 offset_y=offset_y,
|
/third_party/ffmpeg/libavdevice/ |
D | gdigrab.c | 55 int offset_y; /**< Capture y offset (private option) */ member 321 clip_rect.top = gdigrab->offset_y; in gdigrab_read_header() 323 clip_rect.bottom = gdigrab->height + gdigrab->offset_y; in gdigrab_read_header() 654 …{ "offset_y", "capture area y offset", OFFSET(offset_y), AV_OPT_TYPE_INT, {.i64 = 0}, INT_MIN, INT…
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 2971 struct qreg offset_y = in ntq_get_sample_offset() local 2976 *sy = offset_y; in ntq_get_sample_offset() 3026 struct qreg offset_x, offset_y; in ntq_get_barycentric_centroid() local 3027 ntq_get_sample_offset(c, sample_idx, &offset_x, &offset_y); in ntq_get_barycentric_centroid() 3044 offset_y = vir_SEL(c, V3D_QPU_COND_IFNA, zero, offset_y); in ntq_get_barycentric_centroid() 3047 *out_y = offset_y; in ntq_get_barycentric_centroid() 3055 struct qreg offset_y, in ntq_emit_load_interpolated_input() argument 3071 offset_y); in ntq_emit_load_interpolated_input() 3740 struct qreg offset_x, offset_y; in ntq_emit_intrinsic() local 3742 ntq_get_sample_offset(c, sample_idx, &offset_x, &offset_y); in ntq_emit_intrinsic() [all …]
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | webpinfo.c | 740 int offset_x, offset_y, width, height, duration, blend, dispose, temp; in ProcessANMFChunk() local 754 offset_y = 2 * ReadLE24(&data); in ProcessANMFChunk() 765 offset_x, offset_y, width, height, duration, dispose, blend); in ProcessANMFChunk() 771 if (offset_x > MAX_POSITION_OFFSET || offset_y > MAX_POSITION_OFFSET) { in ProcessANMFChunk() 776 (uint64_t)offset_y + height > (uint64_t)webp_info->canvas_height_) { in ProcessANMFChunk()
|
/third_party/ffmpeg/libavcodec/ |
D | vp3.c | 227 uint8_t offset_y; member 2826 frame->crop_top = s->offset_y; in vp3_decode_frame() 2827 frame->crop_bottom = avctx->coded_height - avctx->height - s->offset_y; in vp3_decode_frame() 2885 uint8_t offset_x = 0, offset_y = 0; in theora_decode_header() local 2918 offset_y = get_bits(gb, 8); /* offset y, from bottom */ in theora_decode_header() 2924 visible_height + offset_y > s->height || in theora_decode_header() 2929 visible_width, visible_height, offset_x, offset_y, in theora_decode_header() 2983 s->offset_y = s->height - visible_height - offset_y; in theora_decode_header()
|
D | dvbsubdec.c | 739 int offset_x=0, offset_y=0; in save_subtitle_set() local 745 offset_y = display_def->y; in save_subtitle_set() 795 rect->y = display->y_pos + offset_y; in save_subtitle_set()
|
/third_party/mesa3d/src/freedreno/ir2/ |
D | disasm-a2xx.c | 452 if (tex->offset_x || tex->offset_y || tex->offset_z) in print_fetch_tex() 453 printf(" OFFSET(%u,%u,%u)", tex->offset_x, tex->offset_y, tex->offset_z); in print_fetch_tex()
|
D | instr-a2xx.h | 346 uint32_t offset_y : 5; member
|
/third_party/skia/third_party/externals/libpng/ |
D | pngget.c | 871 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 877 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 880 *offset_y = info_ptr->y_offset; in png_get_oFFs()
|
D | pngtest.c | 1230 png_int_32 offset_x, offset_y; in test_one_file() local 1233 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y, in test_one_file() 1236 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); in test_one_file()
|
D | pngset.c | 296 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 304 info_ptr->y_offset = offset_y; in png_set_oFFs()
|
D | png.h | 2027 png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, 2033 png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y,
|
D | pngrutil.c | 2203 png_int_32 offset_x, offset_y; in png_handle_oFFs() local 2238 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 2240 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 90 int offset_y; member
|
D | r600_asm.c | 1693 S_SQ_TEX_WORD2_OFFSET_Y(tex->offset_y) | in r600_bytecode_tex_build() 2435 if (tex->offset_y) in r600_bytecode_disasm() 2436 fprintf(stderr, "OY:%d ", tex->offset_y); in r600_bytecode_disasm()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 797 int64_t offset_y = nir_src_comp_as_int(tex->src[offset_index].src, 1); in lower_xehp_tg4_offset_filter() local 799 return offset_x < -8 || offset_x > 7 || offset_y < -8 || offset_y > 7; in lower_xehp_tg4_offset_filter()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | disassemble.c | 1827 signed offset_y = ((texture->offset >> 4) & 0xF); in print_texture_word() local 1831 bool neg_y = offset_y < 0; in print_texture_word() 1840 fprintf(fp, " + <%d, %d, %d>, ", offset_x, offset_y, offset_z); in print_texture_word()
|
/third_party/ffmpeg/doc/ |
D | indevs.texi | 745 ffmpeg -f gdigrab -framerate 6 -offset_x 10 -offset_y 20 -video_size vga -i desktop out.mpg 776 ffmpeg -f gdigrab -show_region 1 -framerate 6 -video_size cif -offset_x 10 -offset_y 20 -i desktop … 787 @item offset_y 790 …tioned above your primary monitor, you will need to use a negative @var{offset_y} value to move th…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 85 llvm_i32_ty, // offset_y, 99 llvm_i32_ty, // offset_y,
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_assembler.cpp | 466 tex.offset_y = tex_instr.get_offset(1); in visit()
|