Home
last modified time | relevance | path

Searched defs:end_y (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvideodsp_template.c34 int start_y, start_x, end_y, end_x; in ff_emulated_edge_mc() local
H A Darbc.c57 int end_y = start_y + 4, end_x = start_x + 4; in fill_tile4() local
95 int end_y = start_y + tile_height, end_x = start_x + tile_width; in fill_tileX() local
H A Dvp9recon.c227 int end_y = FFMIN(2 * (s->rows - row), h4); in intra_recon() local
605 int end_y = FFMIN(2 * (s->rows - row), h4); in inter_recon() local
H A Drasc.c251 int type, start_x, start_y, end_x, end_y, mov_x, mov_y; in decode_move() local
H A Dsnowdec.c222 static void dequantize_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int start_y, int end_y){ in dequantize_slice_buffered() argument
245 static void correlate_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median, int start_y, int end_y){ in correlate_slice_buffered() argument
543 int end_y; in decode_frame() local
560 int end_y; in decode_frame() local
[all...]
H A Dvp9block.c972 int end_y = FFMIN(2 * (s->rows - row), h4); in decode_coeffs() local
H A Dmpegvideo_enc.c1704 int end_y = s->thread_context[i]-> end_mb_y; in ff_mpv_encode_picture() local
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp_init.c126 x86_reg start_y, start_x, end_y, end_x, src_y_add = 0, p; in emulated_edge_mc() local
/third_party/ffmpeg/libavfilter/
H A Dmotion_estimation.c383 int end_x, end_y; in ff_me_search_umh() local
H A Dvf_minterpolate.c986 int end_y = start_y + (1 << (n - 1)); in var_size_bmc() local
/third_party/astc-encoder/Utils/
H A Dastc_test_autoextract_hdr.cpp175 int end_y = (worst_y_block + 1) * blockdim_y; in main() local
H A Dastc_test_autoextract.cpp175 int end_y = (worst_y_block + 1) * blockdim_y; in main() local
/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp918 int end_y = astc::min(dim_y, start_y + block_y); in compress_image() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderRendering.cpp2146 float end_y = 0; in GeometryShaderRenderingLinesCase() local
3416 int end_y = 0; in verify() local
3902 float end_y = 0.0f; GeometryShaderRenderingTrianglesCase() local
[all...]

Completed in 51 milliseconds