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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhddata.h33 unsigned int coding_unit_size; member in struct:__anon1902
H A Ddnxhddec.c150 if (buf_size < ctx->cid_table->coding_unit_size) {
377 buf += ctx->cid_table->coding_unit_size;
378 buf_size -= ctx->cid_table->coding_unit_size;
H A Ddnxhdenc.c222 ctx->frame_bits = (ctx->cid_table->coding_unit_size - 640 - 4 - ctx->min_padding) * 8;
949 assert(640 + offset + 4 <= ctx->cid_table->coding_unit_size);
950 memset(buf + 640 + offset, 0, ctx->cid_table->coding_unit_size - 4 - offset - 640);
952 AV_WB32(buf + ctx->cid_table->coding_unit_size - 4, 0x600DC0DE); // EOF
957 buf += ctx->cid_table->coding_unit_size;
958 buf_size -= ctx->cid_table->coding_unit_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhddata.h34 unsigned int coding_unit_size; member in struct:CIDEntry
H A Ddnxhddec.c179 if (buf_size < ctx->cid_table->coding_unit_size) {
464 buf += ctx->cid_table->coding_unit_size;
465 buf_size -= ctx->cid_table->coding_unit_size;
H A Ddnxhdenc.c279 ctx->frame_bits = (ctx->cid_table->coding_unit_size -
1087 av_assert1(640 + offset + 4 <= ctx->cid_table->coding_unit_size);
1089 ctx->cid_table->coding_unit_size - 4 - offset - 640);
1091 AV_WB32(buf + ctx->cid_table->coding_unit_size - 4, 0x600DC0DE); // EOF
1096 buf += ctx->cid_table->coding_unit_size;

Completed in 50 milliseconds