Home
last modified time | relevance | path

Searched refs:coding_unit_size (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddnxhddata.h46 unsigned int coding_unit_size; member
Ddnxhdenc.h69 int coding_unit_size; member
Ddnxhdenc.c344 ctx->frame_bits = (ctx->coding_unit_size - in dnxhd_init_rc()
472 ctx->coding_unit_size = ctx->frame_size; in dnxhd_encode_init()
475 ctx->coding_unit_size = ctx->cid_table->coding_unit_size; in dnxhd_encode_init()
1307 av_assert1(ctx->data_offset + offset + 4 <= ctx->coding_unit_size); in dnxhd_encode_picture()
1309 ctx->coding_unit_size - 4 - offset - ctx->data_offset); in dnxhd_encode_picture()
1311 AV_WB32(buf + ctx->coding_unit_size - 4, 0x600DC0DE); // EOF in dnxhd_encode_picture()
1316 buf += ctx->coding_unit_size; in dnxhd_encode_picture()
Ddnxhddec.c291 if (buf_size < ctx->cid_table->coding_unit_size) { in dnxhd_decode_header()
293 buf_size, ctx->cid_table->coding_unit_size); in dnxhd_decode_header()
664 buf += ctx->cid_table->coding_unit_size; in dnxhd_decode_frame()
665 buf_size -= ctx->cid_table->coding_unit_size; in dnxhd_decode_frame()