Searched refs:swap_buf (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 Dmimic.c41 void *swap_buf; member in struct:__anon1948
371 av_fast_malloc(&ctx->swap_buf, &ctx->swap_buf_size,
373 if(!ctx->swap_buf)
376 ctx->dsp.bswap_buf(ctx->swap_buf,
379 init_get_bits(&ctx->gb, ctx->swap_buf, swap_buf_size << 3);
408 av_free(ctx->swap_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmimic.c44 void *swap_buf; member in struct:__anon3185
123 av_freep(&ctx->swap_buf);
426 av_fast_padded_malloc(&ctx->swap_buf, &ctx->swap_buf_size, swap_buf_size);
427 if (!ctx->swap_buf)
430 ctx->bbdsp.bswap_buf(ctx->swap_buf,
433 init_get_bits(&ctx->gb, ctx->swap_buf, swap_buf_size << 3);

Completed in 47 milliseconds