Home
last modified time | relevance | path

Searched refs:off_y (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_lenscorrection.c96 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/
Dinterplayvideo.c938 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/
Dfd2_gmem.c626 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/
Dimstb_truetype.h2832 …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()
Dimgui_draw.cpp2645 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
Dimgui.cpp2294 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/
Dimstb_truetype.h2832 …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/
Dlima_job.c485 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/
Dbrw_fs_nir.cpp3748 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()