Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dflashsv2enc.c99 Block *frame_blocks; member
139 av_freep(&s->frame_blocks); in cleanup()
189 s->frame_blocks = av_realloc_array(s->frame_blocks, s->rows, s->cols * sizeof(Block)); in update_block_dimensions()
191 if (!s->frame_blocks || !s->key_blocks) { in update_block_dimensions()
197 init_blocks(s, s->frame_blocks, s->encbuffer, s->databuffer); in update_block_dimensions()
275 memcpy(s->key_blocks, s->frame_blocks, s->blocks_size); in new_key_frame()
635 b = s->frame_blocks + col + rsl / s->block_height * s->cols; in mark_all_blocks()
655 b = s->frame_blocks + (row * s->cols + col); in encode_all_blocks()
696 b = s->frame_blocks in write_all_blocks()
[all...]

Completed in 2 milliseconds