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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddnxhddata.h33 unsigned int coding_unit_size; member in struct:__anon516
H A Ddnxhddec.c121 if (buf_size < ctx->cid_table->coding_unit_size) {
310 buf += ctx->cid_table->coding_unit_size;
311 buf_size -= ctx->cid_table->coding_unit_size;
H A Ddnxhdenc.c149 ctx->frame_bits = (ctx->cid_table->coding_unit_size - 640 - 4) * 8;
756 AV_WB32(buf + ctx->cid_table->coding_unit_size - 4, 0x600DC0DE); // EOF
761 buf += ctx->cid_table->coding_unit_size;
762 buf_size -= ctx->cid_table->coding_unit_size;

Completed in 65 milliseconds