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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dcjparser.cpp655 static size_t skip_block( char*& cur ) function
1672 blockSizes[blocksSkipped] = skip_block( cur );
1939 skip_block( cur ); // now, go ahead and skip whole declaration
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c3131 uint8_t *dst, int linesize, int skip_block,
3190 if (!skip_block) {
3218 if (!(subblkpat & (1 << (3 - j))) && !skip_block) {
3245 if (!(subblkpat & (1 << (1 - j))) && !skip_block) {
3272 if (!(subblkpat & (1 << (1 - j))) && !skip_block) {
3129 vc1_decode_p_block(VC1Context *v, DCTELEM block[64], int n, int mquant, int ttmb, int first_block, uint8_t *dst, int linesize, int skip_block, int *ttmb_out) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c3216 uint8_t *dst, int linesize, int skip_block,
3275 if (!skip_block) {
3303 if (!(subblkpat & (1 << (3 - j))) && !skip_block) {
3330 if (!(subblkpat & (1 << (1 - j))) && !skip_block) {
3357 if (!(subblkpat & (1 << (1 - j))) && !skip_block) {
3214 vc1_decode_p_block(VC1Context *v, int16_t block[64], int n, int mquant, int ttmb, int first_block, uint8_t *dst, int linesize, int skip_block, int *ttmb_out) argument

Completed in 180 milliseconds