Home
last modified time | relevance | path

Searched refs:h_block (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtexturedsp_template.c29 int h_block = avctx->coded_height / TEXTURE_BLOCK_H; in TEXTUREDSP_FUNC_NAME() local
32 int base_blocks_per_slice = h_block / ctx->slice_count; in TEXTUREDSP_FUNC_NAME()
33 int remainder_blocks = h_block % ctx->slice_count; in TEXTUREDSP_FUNC_NAME()
H A Ddxv.c200 int h_block = avctx->coded_height / ctx->texture_block_h; in decompress_texture_thread() local
204 start_slice = h_block * slice / ctx->slice_count; in decompress_texture_thread()
205 end_slice = h_block * (slice + 1) / ctx->slice_count; in decompress_texture_thread()
231 h_block = (avctx->coded_height / 2) / ctx->ctexture_block_h; in decompress_texture_thread()
232 start_slice = h_block * slice / ctx->slice_count; in decompress_texture_thread()
233 end_slice = h_block * (slice + 1) / ctx->slice_count; in decompress_texture_thread()
1208 int h_block = avctx->coded_height / ctx->texture_block_h; in dxv_decode() local
1209 if (w_block * h_block * ctx->tex_step > ctx->tex_size * 8LL) in dxv_decode()
/third_party/mesa3d/src/panfrost/shared/test/
H A Dtest-tiling.cpp92 unsigned h_block = h / desc->block.height;
97 for (unsigned linear_y_block = 0; linear_y_block < h_block; ++linear_y_block) {

Completed in 5 milliseconds