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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc.c1618 int frame_size_58, pad_bytes, crc1, crc2_partial, crc2, crc_inv; local
1621 frame_size_58 = ((s->frame_size >> 2) + (s->frame_size >> 4)) << 1;
1638 crc1 = av_bswap16(av_crc(crc_ctx, 0, frame + 4, frame_size_58 - 4));
1644 crc2_partial = av_crc(crc_ctx, 0, frame + frame_size_58,
1645 s->frame_size - frame_size_58 - 3);
2413 int ret, frame_size_58; local
2435 frame_size_58 = (( s->frame_size >> 2) + ( s->frame_size >> 4)) << 1;
2436 s->crc_inv[0] = pow_poly((CRC16_POLY >> 1), (8 * frame_size_58) - 16, CRC16_POLY);
2438 frame_size_58 = (((s->frame_size+2) >> 2) + ((s->frame_size+2) >> 4)) << 1;
2439 s->crc_inv[1] = pow_poly((CRC16_POLY >> 1), (8 * frame_size_58)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.c1613 int frame_size_58, pad_bytes, crc1, crc2_partial, crc2, crc_inv; local
1616 frame_size_58 = ((s->frame_size >> 2) + (s->frame_size >> 4)) << 1;
1633 crc1 = av_bswap16(av_crc(crc_ctx, 0, frame + 4, frame_size_58 - 4));
1639 crc2_partial = av_crc(crc_ctx, 0, frame + frame_size_58,
1640 s->frame_size - frame_size_58 - 3);
2423 int ret, frame_size_58; local
2446 frame_size_58 = (( s->frame_size >> 2) + ( s->frame_size >> 4)) << 1;
2447 s->crc_inv[0] = pow_poly((CRC16_POLY >> 1), (8 * frame_size_58) - 16, CRC16_POLY);
2449 frame_size_58 = (((s->frame_size+2) >> 2) + ((s->frame_size+2) >> 4)) << 1;
2450 s->crc_inv[1] = pow_poly((CRC16_POLY >> 1), (8 * frame_size_58)
[all...]

Completed in 44 milliseconds