Home
last modified time | relevance | path

Searched refs:off_x (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_lenscorrection.c99 const int off_x = j - xcenter; \
101 const int x = xcenter + ((radius_mult * off_x + (1<<23))>>24); \
143 const int off_x = j - xcenter; \
145 const int x = xcenter + ((radius_mult * off_x + (1<<23)) >> 24); \
152 …const uint64_t du = off_x >= 0 ? (radius_mult * off_x + add) & max : max - ((radius_mult * -off_x
237 const int off_x = i - xcenter; in calc_correction() local
238 const int64_t r2 = ((off_x * off_x + off_y2) * r2inv + (1LL<<31)) >> 32; in calc_correction()
/third_party/gstreamer/gstplugins_bad/gst/vmnc/
Dvmncdec.c276 int off_x, int off_y, int width, int height) in render_colour_cursor() argument
342 int off_x = 0; in render_cursor() local
346 off_x = -x; in render_cursor()
361 render_colour_cursor (dec, data, x, y, off_x, off_y, width, height); in render_cursor()
709 int off_x = (data[off] & 0xf0) >> 4; in vmnc_handle_hextile_rectangle() local
717 if (off_x + w > width || off_y + h > height) { in vmnc_handle_hextile_rectangle()
719 "extends outside %dx%d", off_x, w, off_y, h, width, height); in vmnc_handle_hextile_rectangle()
724 render_subrect (dec, rect->x + x * 16 + off_x, in vmnc_handle_hextile_rectangle()
/third_party/ffmpeg/libavcodec/
Dinterplayvideo.c936 int off_x, off_y; in ipvideo_format_06_secondpass() local
939 off_x = ((uint16_t)opcode - 0xC000) % frame->width; in ipvideo_format_06_secondpass()
941 copy_from(s, s->last_frame, frame, off_x, off_y); in ipvideo_format_06_secondpass()
943 off_x = ((uint16_t)opcode - 0x4000) % frame->width; in ipvideo_format_06_secondpass()
945 copy_from(s, frame, frame, off_x, off_y); in ipvideo_format_06_secondpass()
1006 int off_x, off_y; in ipvideo_format_10_secondpass() local
1009 off_x = ((uint16_t)opcode - 0xC000) % s->cur_decode_frame->width; in ipvideo_format_10_secondpass()
1011 copy_from(s, s->prev_decode_frame, s->cur_decode_frame, off_x, off_y); in ipvideo_format_10_secondpass()
1013 off_x = ((uint16_t)opcode - 0x4000) % s->cur_decode_frame->width; in ipvideo_format_10_secondpass()
1015 copy_from(s, s->cur_decode_frame, s->cur_decode_frame, off_x, off_y); in ipvideo_format_10_secondpass()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c626 float off_x, off_y, mul_x, mul_y; in fd2_emit_tile_init() local
638 off_x = -pipe->x * (1.0f / 8.0f) + 0.125f - mul_x * gmem->minx; in fd2_emit_tile_init()
641 OUT_RING(ring, fui(off_x * (256.0f / 255.0f))); in fd2_emit_tile_init()
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h2743 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() argument
2757 z->x -= off_x * STBTT_FIX; in stbtt__new_active()
2765 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() argument
2775 z->fx -= off_x; in stbtt__new_active()
2832 …d_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *… in stbtt__rasterize_sorted_edges() argument
2893 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata); in stbtt__rasterize_sorted_edges()
3137 …d_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *… in stbtt__rasterize_sorted_edges() argument
3182 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata); in stbtt__rasterize_sorted_edges()
3330 …windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int in… in stbtt__rasterize() argument
3382 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, userdata); in stbtt__rasterize()
Dimgui_draw.cpp2646 for (int off_x = 0; off_x < w; off_x++) in ImFontAtlasBuildRender8bppRectFromString() local
2647 out_pixel[off_x] = (in_str[off_x] == in_marker_char) ? in_marker_pixel_value : 0x00; in ImFontAtlasBuildRender8bppRectFromString()
2656 for (int off_x = 0; off_x < w; off_x++) in ImFontAtlasBuildRender32bppRectFromString() local
2657 …out_pixel[off_x] = (in_str[off_x] == in_marker_char) ? in_marker_pixel_value : IM_COL32_BLACK_TRAN… in ImFontAtlasBuildRender32bppRectFromString()
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h2743 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() argument
2757 z->x -= off_x * STBTT_FIX; in stbtt__new_active()
2765 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() argument
2775 z->fx -= off_x; in stbtt__new_active()
2832 …d_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *… in stbtt__rasterize_sorted_edges() argument
2893 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata); in stbtt__rasterize_sorted_edges()
3137 …d_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *… in stbtt__rasterize_sorted_edges() argument
3182 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata); in stbtt__rasterize_sorted_edges()
3330 …windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int in… in stbtt__rasterize() argument
3382 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, userdata); in stbtt__rasterize()
/third_party/flutter/skia/third_party/externals/imgui/
Dimstb_truetype.h2725 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() argument
2739 z->x -= off_x * STBTT_FIX; in stbtt__new_active()
2747 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() argument
2757 z->fx -= off_x; in stbtt__new_active()
2814 …d_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *… in stbtt__rasterize_sorted_edges() argument
2875 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata); in stbtt__rasterize_sorted_edges()
3117 …d_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *… in stbtt__rasterize_sorted_edges() argument
3162 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata); in stbtt__rasterize_sorted_edges()
3304 …windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int in… in stbtt__rasterize() argument
3356 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, userdata); in stbtt__rasterize()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_job.c485 lima_generate_pp_stream(struct lima_job *job, int off_x, int off_y, in lima_generate_pp_stream() argument
522 x += off_x; in lima_generate_pp_stream()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp3747 unsigned off_x = const_offset[0].u32 & 0xf; in nir_emit_fs_intrinsic() local
3754 brw_imm_ud(off_x | (off_y << 4)), in nir_emit_fs_intrinsic()