Searched defs:end_x (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | videodsp_template.c | 30 int start_y, start_x, end_y, end_x; in FUNC() local
|
D | arbc.c | 57 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
|
D | vp9recon.c | 227 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
|
D | rasc.c | 249 int type, start_x, start_y, end_x, end_y, mov_x, mov_y; in decode_move() local
|
D | vp9block.c | 973 int end_x = FFMIN(2 * (s->cols - col), w4); in decode_coeffs() local
|
D | h264_slice.c | 2460 static void loop_filter(const H264Context *h, H264SliceContext *sl, int start_x, int end_x) in loop_filter()
|
/third_party/astc-encoder/Utils/ |
D | astc_test_autoextract.cpp | 176 int end_x = (worst_x_block + 1) * blockdim_x; in main() local
|
D | astc_test_autoextract_hdr.cpp | 176 int end_x = (worst_x_block + 1) * blockdim_x; in main() local
|
/third_party/ffmpeg/libavcodec/x86/ |
D | videodsp_init.c | 160 x86_reg start_y, start_x, end_y, end_x, src_y_add = 0, p; in emulated_edge_mc() local
|
/third_party/ffmpeg/libavfilter/ |
D | motion_estimation.c | 382 int end_x, end_y; in ff_me_search_umh() local
|
D | vf_minterpolate.c | 994 int end_x = start_x + (1 << (n - 1)); in var_size_bmc() local
|
/third_party/astc-encoder/Source/ |
D | astcenc_entry.cpp | 891 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/ |
D | esextcGeometryShaderRendering.cpp | 3415 int end_x = 0; in verify() local
|