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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcllc.c35 uint8_t *swapped_buf; member in struct:CLLCContext
386 av_fast_padded_malloc(&ctx->swapped_buf,
388 if (!ctx->swapped_buf) {
394 ctx->bdsp.bswap16_buf((uint16_t *) ctx->swapped_buf, (uint16_t *) src,
397 init_get_bits(&gb, ctx->swapped_buf, data_size * 8);
465 av_freep(&ctx->swapped_buf);
476 ctx->swapped_buf = NULL;

Completed in 55 milliseconds