Home
last modified time | relevance | path

Searched defs:y_off (Results 1 - 11 of 11) sorted by relevance

/third_party/backends/backend/escl/
H A Descl_crop.c43 int y_off = 0, y = 0; in escl_crop_surface() local
H A Descl_jpeg.c165 JDIMENSION y_off = 0; in get_JPEG_data() local
/third_party/ffmpeg/libavcodec/
H A Dvmdvideo.c61 int x_off, y_off; member
H A Dfic.c38 int y_off; member
180 int y_off = tctx->y_off; in fic_decode_slice() local
378 int y_off = ctx->slice_h * slice; in fic_decode_frame() local
H A Dvp56.c474 int y_off = b==2 || b==3 ? 8 : 0; in vp56_render_mb() local
H A Dvp9recon.c218 static av_always_inline void intra_recon(VP9TileData *td, ptrdiff_t y_off, in intra_recon() argument
288 void ff_vp9_intra_recon_8bpp(VP9TileData *td, ptrdiff_t y_off, ptrdiff_t uv_off) in ff_vp9_intra_recon_8bpp() argument
293 void ff_vp9_intra_recon_16bpp(VP9TileData *td, ptrdiff_t y_off, ptrdiff_t uv_off) in ff_vp9_intra_recon_16bpp() argument
H A Dvp8.c1813 vp8_mc_luma(VP8Context *s, VP8ThreadData *td, uint8_t *dst, ThreadFrame *ref, const VP56mv *mv, int x_off, int y_off, int block_w, int block_h, int width, int height, ptrdiff_t linesize, vp8_mc_func mc_func[3][3]) vp8_mc_luma() argument
1871 vp8_mc_chroma(VP8Context *s, VP8ThreadData *td, uint8_t *dst1, uint8_t *dst2, ThreadFrame *ref, const VP56mv *mv, int x_off, int y_off, int block_w, int block_h, int width, int height, ptrdiff_t linesize, vp8_mc_func mc_func[3][3]) vp8_mc_chroma() argument
1921 vp8_mc_part(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], ThreadFrame *ref_frame, int x_off, int y_off, int bx_off, int by_off, int block_w, int block_h, int width, int height, VP56mv *mv) vp8_mc_part() argument
1964 int x_off = mb_x << 4, y_off = mb_y << 4; prefetch_motion() local
1985 int x_off = mb_x << 4, y_off = mb_y << 4; inter_predict() local
[all...]
H A Dhevcdec.c1500 luma_mc_uni(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride, AVFrame *ref, const Mv *mv, int x_off, int y_off, int block_w, int block_h, int luma_weight, int luma_offset) luma_mc_uni() argument
1562 luma_mc_bi(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride, AVFrame *ref0, const Mv *mv0, int x_off, int y_off, int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv) luma_mc_bi() argument
1653 chroma_mc_uni(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, uint8_t *src0, ptrdiff_t srcstride, int reflist, int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int chroma_weight, int chroma_offset) chroma_mc_uni() argument
1720 chroma_mc_bi(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, AVFrame *ref0, AVFrame *ref1, int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int cidx) chroma_mc_bi() argument
[all...]
/third_party/backends/backend/
H A Dxerox_mfp.c1274 const int y_off = dev->dataindex / linesize; in copy_mix_bands_trim() local
[all...]
H A Dxerox_mfp.h117 int y_off; /* up to this block excluding*/ member
/third_party/glfw/deps/
H A Dnuklear.h12212 nk_tt_Rasterize(struct nk_tt__bitmap *result, float flatness_in_pixels, struct nk_tt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, struct nk_allocator *alloc) nk_tt_Rasterize() argument

Completed in 62 milliseconds