Home
last modified time | relevance | path

Searched refs:end_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
42 end_slice = start_slice + base_blocks_per_slice; in TEXTUREDSP_FUNC_NAME()
45 end_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
205 end_slice = h_block * (slice + 1) / 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()
233 end_slice = h_block * (slice + 1) / ctx->slice_count; in decompress_texture_thread()
235 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()

Completed in 2 milliseconds