Home
last modified time | relevance | path

Searched refs:h_blocks (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dflashsvenc.c134 int h_blocks, v_blocks, h_part, v_part, i, j; in encode_bitstream() local
147 h_blocks = s->image_width / block_width; in encode_bitstream()
159 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in encode_bitstream()
161 int cur_blk_width = (i < h_blocks) ? block_width : h_part; in encode_bitstream()
Dflashsv.c271 int h_blocks, v_blocks, h_part, v_part, i, j, ret; in flashsv_decode_frame() local
308 h_blocks = s->image_width / s->block_width; in flashsv_decode_frame()
364 s->blocks = av_mallocz((v_blocks + !!v_part) * (h_blocks + !!h_part) * in flashsv_decode_frame()
369 h_blocks, v_blocks, h_part, v_part); in flashsv_decode_frame()
381 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in flashsv_decode_frame()
383 int cur_blk_width = (i < h_blocks) ? s->block_width : h_part; in flashsv_decode_frame()
478 i + j * (h_blocks + !!h_part))) in flashsv_decode_frame()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h49260 __le32 h_blocks; member