Home
last modified time | relevance | path

Searched refs:off_x (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dqoidec.c72 for (int n = 0, off_x = 0; n < len; n += channels, off_x++) { in qoi_decode_frame()
73 if (off_x >= width) { in qoi_decode_frame()
74 off_x = 0; in qoi_decode_frame()
107 memcpy(&dst[off_x * channels], px, channels); in qoi_decode_frame()
H A Dinterplayvideo.c938 int off_x, off_y; in ipvideo_format_06_secondpass() local
941 off_x = ((uint16_t)opcode - 0xC000) % frame->width; in ipvideo_format_06_secondpass()
943 copy_from(s, s->last_frame, frame, off_x, off_y); in ipvideo_format_06_secondpass()
945 off_x = ((uint16_t)opcode - 0x4000) % frame->width; in ipvideo_format_06_secondpass()
947 copy_from(s, frame, frame, off_x, off_y); in ipvideo_format_06_secondpass()
1008 int off_x, off_y; in ipvideo_format_10_secondpass() local
1011 off_x = ((uint16_t)opcode - 0xC000) % s->cur_decode_frame->width; in ipvideo_format_10_secondpass()
1013 copy_from(s, s->prev_decode_frame, s->cur_decode_frame, off_x, off_y); in ipvideo_format_10_secondpass()
1015 off_x = ((uint16_t)opcode - 0x4000) % s->cur_decode_frame->width; in ipvideo_format_10_secondpass()
1017 copy_from(s, s->cur_decode_frame, s->cur_decode_frame, off_x, off_ in ipvideo_format_10_secondpass()
[all...]
/third_party/ffmpeg/libavfilter/
H A 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 + add) & max); \
230 const int off_x = i - xcenter; in calc_correction() local
231 const int64_t r2 = ((off_x * off_x in calc_correction()
[all...]
/third_party/backends/backend/escl/
H A Descl_newjob.c131 int off_x = 0, off_y = 0; in escl_newjob() local
213 off_x = (scanner->caps[scanner->source].pos_x > scanner->caps[scanner->source].width) / 2; in escl_newjob()
272 off_x, in escl_newjob()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c626 float off_x, off_y, mul_x, mul_y; variable
638 off_x = -pipe->x * (1.0f / 8.0f) + 0.125f - mul_x * gmem->minx;
641 OUT_RING(ring, fui(off_x * (256.0f / 255.0f)));
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h2743 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata)
2757 z->x -= off_x * STBTT_FIX;
2765 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata)
2775 z->fx -= off_x;
2832 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata)
2893 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata);
3137 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata)
3182 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata);
3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata)
3382 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp2646 for (int off_x = 0; off_x < w; off_x++) in ImFontAtlasBuildRender8bppRectFromString()
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()
2657 out_pixel[off_x] = (in_str[off_x] in ImFontAtlasBuildRender32bppRectFromString()
[all...]
H A Dimstb_truetype.h2743 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata)
2757 z->x -= off_x * STBTT_FIX;
2765 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata)
2775 z->fx -= off_x;
2832 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata)
2893 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata);
3137 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata)
3182 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata);
3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata)
3382 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A 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/
H A Dbrw_fs_nir.cpp3747 unsigned off_x = const_offset[0].u32 & 0xf;
3754 brw_imm_ud(off_x | (off_y << 4)),
/third_party/glfw/deps/
H A Dnuklear.h11650 int off_x, float start_point) in nk_tt__new_active()
11660 z->fx -= (float)off_x; in nk_tt__new_active()
11862 int n, int vsubsample, int off_x, int off_y, struct nk_allocator *alloc) in nk_tt__rasterize_sorted_edges()
11909 struct nk_tt__active_edge *z = nk_tt__new_active(&hh, e, off_x, scan_y_top); in nk_tt__rasterize_sorted_edges()
12046 float shift_x, float shift_y, int off_x, int off_y, int invert, in nk_tt__rasterize()
12095 nk_tt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, alloc); in nk_tt__rasterize()
11649 nk_tt__new_active(struct nk_tt__hheap *hh, struct nk_tt__edge *e, int off_x, float start_point) nk_tt__new_active() argument
11861 nk_tt__rasterize_sorted_edges(struct nk_tt__bitmap *result, struct nk_tt__edge *e, int n, int vsubsample, int off_x, int off_y, struct nk_allocator *alloc) nk_tt__rasterize_sorted_edges() argument
12044 nk_tt__rasterize(struct nk_tt__bitmap *result, struct nk_tt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, struct nk_allocator *alloc) nk_tt__rasterize() argument

Completed in 77 milliseconds