Home
last modified time | relevance | path

Searched defs:end_x (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvideodsp_template.c30 int start_y, start_x, end_y, end_x; in FUNC() local
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
Dvp9recon.c227 int end_x = FFMIN(2 * (s->cols - col), w4); in intra_recon() local
605 int end_x = FFMIN(2 * (s->cols - col), w4); in inter_recon() local
Drasc.c249 int type, start_x, start_y, end_x, end_y, mov_x, mov_y; in decode_move() local
Dvp9block.c973 int end_x = FFMIN(2 * (s->cols - col), w4); in decode_coeffs() local
Dh264_slice.c2460 static void loop_filter(const H264Context *h, H264SliceContext *sl, int start_x, int end_x) in loop_filter()
/third_party/astc-encoder/Utils/
Dastc_test_autoextract.cpp176 int end_x = (worst_x_block + 1) * blockdim_x; in main() local
Dastc_test_autoextract_hdr.cpp176 int end_x = (worst_x_block + 1) * blockdim_x; in main() local
/third_party/ffmpeg/libavcodec/x86/
Dvideodsp_init.c160 x86_reg start_y, start_x, end_y, end_x, src_y_add = 0, p; in emulated_edge_mc() local
/third_party/ffmpeg/libavfilter/
Dmotion_estimation.c382 int end_x, end_y; in ff_me_search_umh() local
Dvf_minterpolate.c994 int end_x = start_x + (1 << (n - 1)); in var_size_bmc() local
/third_party/astc-encoder/Source/
Dastcenc_entry.cpp891 int end_x = astc::min(dim_x, start_x + block_x); in compress_image() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp3415 int end_x = 0; in verify() local