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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegvideodec.c31 #define SLICE_START_CODE 0x00000101 macro
68 if (code >= SLICE_START_CODE && code <= 0x1af) {
69 if (last >= SLICE_START_CODE && last <= 0x1af) {
73 if (code == SLICE_START_CODE) slice++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegvideodec.c29 #define SLICE_START_CODE 0x00000101 macro
46 case SLICE_START_CODE: slice++; break;

Completed in 114 milliseconds