Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Drpzaenc.c83 int blocks_per_row; member
118 bi->row = block / bi->blocks_per_row; in get_block_info()
119 bi->col = block % bi->blocks_per_row; in get_block_info()
122 if (bi->col == bi->blocks_per_row - 1 && (bi->image_width % 4) != 0) { in get_block_info()
577 bi.blocks_per_row = (s->frame_width + 3) / 4; in rpza_encode_stream()

Completed in 2 milliseconds