Home
last modified time | relevance | path

Searched defs:y_end (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcpia.c64 uint8_t *y, *u, *v, *y_end, *u_end, *v_end; in cpia_decode_frame() local
H A Dgif.c168 y_end = h - 1; in gif_crop_translucent() local
246 y_end = avctx->height - 1; in gif_crop_opaque() local
[all...]
H A Dhevc_filter.c495 int x_end, x_end2, y_end; in deblocking_filter_CTB() local
868 int y_end = y >= s->ps.sps->height - ctb_size; in ff_hevc_hls_filter() local
890 int y_end in ff_hevc_hls_filters() local
[all...]
H A Dvp9block.c1434 int x_end = FFMIN(s->cols - col, w4), y_end = FFMIN(s->rows - row, h4); in ff_vp9_decode_block() local
H A Dh264_slice.c2950 int y_end, x_end; in ff_h264_execute_decode_slices() local
H A Dhevcdec.c1312 int y_end = FFMIN(y0 + cb_size, s->ps.sps->height); in set_deblocking_bypass() local
/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp352 unsigned int y_end = astc::min(y_size, ypos + bsd.ydim); in store_image_block() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c434 int y_end = MACROBLOCK_VPOS(mb_y + 1); in FinishRow() local
H A Dio_dec.c68 const int y_end = io->mb_y + io->mb_h; in EmitFancyRGB() local
477 const int y_end = p->last_y + lines_left; in EmitRescaledAlphaRGB() local
H A Dvp8l_dec.c722 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless.c201 PredictorInverseTransform_C(const VP8LTransform* const transform, int y_start, int y_end, const uint32_t* in, uint32_t* out) PredictorInverseTransform_C() argument
292 ColorSpaceInverseTransform_C(const VP8LTransform* const transform, int y_start, int y_end, const uint32_t* src, uint32_t* dst) ColorSpaceInverseTransform_C() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c850 y_end = cur_src->height - 1; in set_processing_window() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c717 const int y_end = (rect->y_offset_ + rect->height_) & ~(block_size - 1); in FlattenSimilarBlocks() local
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp2782 float y_end = y; in RenderText() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp3567 float y_end = y; in RenderText() local

Completed in 46 milliseconds