Home
last modified time | relevance | path

Searched refs:start_slice (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtexturedsp_template.c31 int start_slice, end_slice; in TEXTUREDSP_FUNC_NAME() local
38 start_slice = slice * base_blocks_per_slice; in TEXTUREDSP_FUNC_NAME()
40 start_slice += FFMIN(slice, remainder_blocks); in TEXTUREDSP_FUNC_NAME()
42 end_slice = start_slice + base_blocks_per_slice; in TEXTUREDSP_FUNC_NAME()
47 for (y = start_slice; y < end_slice; y++) { in TEXTUREDSP_FUNC_NAME()
H A Ddxv.c202 int start_slice, end_slice; in decompress_texture_thread() local
204 start_slice = h_block * slice / ctx->slice_count; in decompress_texture_thread()
208 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
219 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
232 start_slice = h_block * slice / ctx->slice_count; in decompress_texture_thread()
235 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()

Completed in 2 milliseconds