/third_party/ffmpeg/libavfilter/ |
D | vf_lenscorrection.c | 96 const int off_y = i - ycenter; \ 102 const int y = ycenter + ((radius_mult * off_y + (1<<23))>>24); \ 139 const int off_y = i - ycenter; \ 146 const int y = ycenter + ((radius_mult * off_y + (1<<23)) >> 24); \ 153 …const uint64_t dv = off_y >= 0 ? (radius_mult * off_y + add) & max : max - ((radius_mult * -off_y … 227 const int off_y = j - ycenter; in calc_correction() local 228 const int off_y2 = off_y * off_y; in calc_correction()
|
/third_party/ffmpeg/libavcodec/ |
D | interplayvideo.c | 938 int off_x, off_y; in ipvideo_format_06_secondpass() local 942 off_y = ((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() 946 off_y = ((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 1012 off_y = ((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() 1016 off_y = ((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_y); in ipvideo_format_10_secondpass()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_gmem.c | 626 float off_x, off_y, mul_x, mul_y; in fd2_emit_tile_init() local 639 off_y = -pipe->y * (1.0f / 8.0f) + 0.125f - mul_y * gmem->miny; in fd2_emit_tile_init() 642 OUT_RING(ring, fui(off_y * (256.0f / 255.0f))); in fd2_emit_tile_init()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 2832 …stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) in stbtt__rasterize_sorted_edges() argument 2846 y = off_y * vsubsample; in stbtt__rasterize_sorted_edges() 2847 e[n].y0 = (off_y + result->h) * (float) vsubsample + 1; in stbtt__rasterize_sorted_edges() 3137 …stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) in stbtt__rasterize_sorted_edges() argument 3153 y = off_y; in stbtt__rasterize_sorted_edges() 3154 e[n].y0 = (float) (off_y + result->h) + 1; in stbtt__rasterize_sorted_edges() 3184 if (j == 0 && off_y != 0) { in stbtt__rasterize_sorted_edges() 3330 …loat scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void … in stbtt__rasterize() argument 3382 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, userdata); in stbtt__rasterize()
|
D | imgui_draw.cpp | 2645 for (int off_y = 0; off_y < h; off_y++, out_pixel += atlas->TexWidth, in_str += w) in ImFontAtlasBuildRender8bppRectFromString() local 2655 for (int off_y = 0; off_y < h; off_y++, out_pixel += atlas->TexWidth, in_str += w) in ImFontAtlasBuildRender32bppRectFromString() local
|
D | imgui.cpp | 2294 float off_y = pos_y - window->DC.CursorPos.y; in SetCursorPosYAndSetupForPrevLine() local 2306 const int row_increase = (int)((off_y / line_height) + 0.5f); in SetCursorPosYAndSetupForPrevLine()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2832 …stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) in stbtt__rasterize_sorted_edges() argument 2846 y = off_y * vsubsample; in stbtt__rasterize_sorted_edges() 2847 e[n].y0 = (off_y + result->h) * (float) vsubsample + 1; in stbtt__rasterize_sorted_edges() 3137 …stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) in stbtt__rasterize_sorted_edges() argument 3153 y = off_y; in stbtt__rasterize_sorted_edges() 3154 e[n].y0 = (float) (off_y + result->h) + 1; in stbtt__rasterize_sorted_edges() 3184 if (j == 0 && off_y != 0) { in stbtt__rasterize_sorted_edges() 3330 …loat scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void … in stbtt__rasterize() argument 3382 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, userdata); in stbtt__rasterize()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_job.c | 485 lima_generate_pp_stream(struct lima_job *job, int off_x, int off_y, in lima_generate_pp_stream() argument 523 y += off_y; in lima_generate_pp_stream()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 3748 unsigned off_y = const_offset[1].u32 & 0xf; in nir_emit_fs_intrinsic() local 3754 brw_imm_ud(off_x | (off_y << 4)), in nir_emit_fs_intrinsic()
|