/third_party/ffmpeg/libavfilter/ |
H A D | vf_waveform.c | 36 int offset_x; member 689 int offset_y, int offset_x, in lowpass16() 710 uint16_t *dst_data = (uint16_t *)out->data[dplane] + (offset_y + sliceh_start * step) * dst_linesize + offset_x; 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() 810 int offset_x 686 lowpass16(WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset_y, int offset_x, int column, int mirror, int jobnr, int nb_jobs) lowpass16() argument 824 lowpass(WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset_y, int offset_x, int column, int mirror, int jobnr, int nb_jobs) lowpass() argument 961 flat16(WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset_y, int offset_x, int column, int mirror, int jobnr, int nb_jobs) flat16() argument 1100 flat(WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset_y, int offset_x, int column, int mirror, int jobnr, int nb_jobs) flat() argument 1529 chroma16(WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset_y, int offset_x, int column, int mirror, int jobnr, int nb_jobs) chroma16() argument 1635 chroma(WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset_y, int offset_x, int column, int mirror, int jobnr, int nb_jobs) chroma() argument 1739 color16(WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset_y, int offset_x, int column, int mirror, int jobnr, int nb_jobs) color16() argument 1872 color(WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset_y, int offset_x, int column, int mirror, int jobnr, int nb_jobs) color() argument 2004 acolor16(WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset_y, int offset_x, int column, int mirror, int jobnr, int nb_jobs) acolor16() argument 2138 acolor(WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset_y, int offset_x, int column, int mirror, int jobnr, int nb_jobs) acolor() argument 2884 int C, k = 0, c, p, l, offset_x = 0, offset_y = 0; graticule_row() local 2926 int C, k = 0, c, p, l, offset_x = 0, offset_y = 0; graticule16_row() local 2967 int C, k = 0, c, p, l, offset_y = 0, offset_x = 0; graticule_column() local 3009 int C, k = 0, c, p, l, offset_x = 0, offset_y = 0; graticule16_column() local 3426 int offset_x; filter_frame() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_overlay_fonts.py | 207 offset_x = left 211 if offset_x + width > glyph_width: 212 offset_x = glyph_width - width 213 if offset_x < 0: 214 width += offset_x 215 offset_x = 0 217 base_x += offset_x 220 assert (offset_x + width <= glyph_width)
|
H A D | gen_overlay_widgets.py | 90 const int32_t offsetX = {offset_x}; 247 offset_x, offset_x_is_left = get_offset_x(widget) 263 # We have offset_x, offset_y, width and height which together determine the bounding box. If 264 # offset_x_is_left, the bounding box X would be in [offset_x, offset_x + width], otherwise it 265 # would be in [offset_x - width, offset_x]. Similarly for y. Since we use negative values to 268 # - if left aligned: offset_x - width is at minimum 1 269 # - if right aligned: offset_x + width is at maximum -1 273 # - offset_x_is_left && is_left_aligned: [offset_x, offset_ [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_compute_variance.cpp | 116 int offset_x = arg.offset_x; in compute_pixel_region_variance() local 174 int x_src = (x - 1) + offset_x - kernel_radius_xy; in compute_pixel_region_variance() 218 int x_src = (x - 1) + offset_x - kernel_radius_xy; in compute_pixel_region_variance() 257 int x_src = (x - 1) + offset_x - kernel_radius_xy; in compute_pixel_region_variance() 373 int x_dst = x + offset_x; in compute_pixel_region_variance() 405 int x_dst = x + offset_x; in compute_pixel_region_variance() 449 ag.arg.offset_x = 0; in init_compute_averages()
|
/third_party/mesa3d/src/gallium/winsys/sw/dri/ |
H A D | dri_sw_winsys.c | 253 unsigned offset_x = 0; in dri_sw_displaytarget_display() local 262 offset_x = box->x * blsize; in dri_sw_displaytarget_display() 266 data += offset_x; in dri_sw_displaytarget_display() 277 dri_sw_ws->lf->put_image_shm(dri_drawable, dri_sw_dt->shmid, dri_sw_dt->data, offset, offset_x, in dri_sw_displaytarget_display()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | transupp.c | 935 int ci, i, j, offset_x, offset_y; in do_transpose() local 961 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_transpose() 962 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_transpose() 964 src_buffer[offset_x][dst_blk_y + offset_y + y_crop_blocks]; in do_transpose() 989 int ci, i, j, offset_x, offset_y; in do_rot_90() local 1028 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x in do_rot_90() 1070 int ci, i, j, offset_x, offset_y; do_rot_270() local 1256 int ci, i, j, offset_x, offset_y; do_transverse() local [all...] |
/third_party/mesa3d/src/gallium/include/frontend/ |
H A D | drisw_api.h | 23 int shmid, char *shmaddr, unsigned offset, unsigned offset_x,
|
/third_party/ffmpeg/libavdevice/ |
H A D | gdigrab.c | 54 int offset_x; /**< Capture x offset (private option) */ member 320 clip_rect.left = gdigrab->offset_x; in gdigrab_read_header() 322 clip_rect.right = gdigrab->width + gdigrab->offset_x; in gdigrab_read_header() 653 { "offset_x", "capture area x offset", OFFSET(offset_x), AV_OPT_TYPE_INT, {.i64 = 0}, INT_MIN, INT_MAX, DEC },
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | drisw.c | 82 unsigned offset, unsigned offset_x, int x, int y, in put_image_shm() 88 /* if we have the newer interface, don't have to add the offset_x here. */ in put_image_shm() 96 shmid, shmaddr, offset + offset_x, dPriv->loaderPrivate); in put_image_shm() 191 unsigned offset_x, in drisw_put_image_shm() 197 put_image_shm(dPriv, shmid, shmaddr, offset, offset_x, x, y, width, height, stride); in drisw_put_image_shm() 81 put_image_shm(__DRIdrawable *dPriv, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) put_image_shm() argument 189 drisw_put_image_shm(struct dri_drawable *drawable, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) drisw_put_image_shm() argument
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 2960 struct qreg offset_x = in ntq_get_sample_offset() local 2967 offset_x = vir_SEL(c, V3D_QPU_COND_IFA, in ntq_get_sample_offset() 2968 vir_FSUB(c, offset_x, vir_uniform_f(c, 1.25f)), in ntq_get_sample_offset() 2969 offset_x); in ntq_get_sample_offset() 2975 *sx = offset_x; 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() 3043 offset_x = vir_SEL(c, V3D_QPU_COND_IFNA, zero, offset_x); in ntq_get_barycentric_centroid() 3046 *out_x = offset_x; in ntq_get_barycentric_centroid() 3051 ntq_emit_load_interpolated_input(struct v3d_compile *c, struct qreg p, struct qreg C, struct qreg offset_x, struct qreg offset_y, unsigned mode) ntq_emit_load_interpolated_input() argument 3740 struct qreg offset_x, offset_y; ntq_emit_intrinsic() local 3750 struct qreg offset_x = ntq_emit_intrinsic() local 3763 struct qreg offset_x, offset_y; ntq_emit_intrinsic() local 3797 struct qreg offset_x = ntq_get_src(c, instr->src[0], 0); ntq_emit_intrinsic() local [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | webpinfo.c | 740 int offset_x, offset_y, width, height, duration, blend, dispose, temp; in ProcessANMFChunk() local 753 offset_x = 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() 775 if ((uint64_t)offset_x + width > (uint64_t)webp_info->canvas_width_ || in ProcessANMFChunk()
|
/third_party/mesa3d/src/freedreno/ir2/ |
H A D | instr-a2xx.h | 345 uint8_t offset_x : 5; member
|
H A 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()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.h | 89 int offset_x; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp3.c | 226 uint8_t offset_x; member 2824 frame->crop_left = s->offset_x; in vp3_decode_frame() 2825 frame->crop_right = avctx->coded_width - avctx->width - s->offset_x; in vp3_decode_frame() 2885 uint8_t offset_x = 0, offset_y = 0; in theora_decode_header() local 2917 offset_x = get_bits(gb, 8); /* offset x */ in theora_decode_header() 2923 visible_width + offset_x > s->width || in theora_decode_header() 2929 visible_width, visible_height, offset_x, offset_y, in theora_decode_header() 2982 s->offset_x = offset_x; in theora_decode_header()
|
H A D | dvbsubdec.c | 739 int offset_x=0, offset_y=0; in save_subtitle_set() local 744 offset_x = display_def->x; in save_subtitle_set() 794 rect->x = display->x_pos + offset_x; in save_subtitle_set()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir.c | 796 int64_t offset_x = nir_src_comp_as_int(tex->src[offset_index].src, 0); in lower_xehp_tg4_offset_filter() 799 return offset_x < -8 || offset_x > 7 || offset_y < -8 || offset_y > 7; in lower_xehp_tg4_offset_filter()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngget.c | 871 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() 877 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 879 *offset_x = info_ptr->x_offset; in png_get_oFFs() 870 png_get_oFFs(png_const_structrp png_ptr, png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) png_get_oFFs() argument
|
H A 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()
|
H A D | pngset.c | 296 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() 303 info_ptr->x_offset = offset_x; in png_set_oFFs() 295 png_set_oFFs(png_const_structrp png_ptr, png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) png_set_oFFs() argument
|
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.cpp | 632 std::size_t offset_x, std::size_t offset_y, in ImagePipelineNodeExtract() 635 offset_x_{offset_x}, in ImagePipelineNodeExtract() 631 ImagePipelineNodeExtract(ImagePipelineNode& source, std::size_t offset_x, std::size_t offset_y, std::size_t width, std::size_t height) ImagePipelineNodeExtract() argument
|
H A D | image_pipeline.h | 439 std::size_t offset_x, std::size_t offset_y,
|
/third_party/backends/backend/ |
H A D | hp3900_types.c | 618 SANE_Int offset_x; member
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | disassemble.c | 1826 signed offset_x = (texture->offset & 0xF); in print_texture_word() local 1830 bool neg_x = offset_x < 0; in print_texture_word() 1840 fprintf(fp, " + <%d, %d, %d>, ", offset_x, offset_y, offset_z); in print_texture_word()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_tables.cpp | 946 float offset_x = ((table->FreezeColumnsCount > 0) ? table->OuterRect.Min.x : work_rect.Min.x) + table->OuterPaddingX - table->CellSpacingX1; in TableUpdateLayout() local 960 offset_x += work_rect.Min.x - table->OuterRect.Min.x; in TableUpdateLayout() 971 column->MinX = column->MaxX = column->WorkMinX = column->ClipRect.Min.x = column->ClipRect.Max.x = offset_x; in TableUpdateLayout() 987 column->MinX = offset_x; in TableUpdateLayout() 993 column->MaxX = offset_x + column->WidthGiven + table->CellSpacingX1 + table->CellSpacingX2 + table->CellPaddingX * 2.0f; in TableUpdateLayout() 1064 offset_x += column->WidthGiven + table->CellSpacingX1 + table->CellSpacingX2 + table->CellPaddingX * 2.0f; in TableUpdateLayout()
|