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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs_parser.c63 if(state > SLICE_MAX_START_CODE){
H A Dmpegvideo_parser.c121 start_code <= SLICE_MAX_START_CODE)
H A Dcavs.h29 #define SLICE_MAX_START_CODE 0x000001af macro
H A Ddxva2_mpeg2.c25 #define MAX_SLICES (SLICE_MAX_START_CODE - SLICE_MIN_START_CODE + 1)
H A Dmpegvideo.h76 #define SLICE_MAX_START_CODE 0x000001af macro
H A Dcavsdec.c718 if (stc <= SLICE_MAX_START_CODE) {
H A Dmpeg12.c2159 if (pc->frame_start_found == 0 && state >= SLICE_MIN_START_CODE && state <= SLICE_MAX_START_CODE) {
2172 if (state < SLICE_MIN_START_CODE || state > SLICE_MAX_START_CODE) {
2370 start_code <= SLICE_MAX_START_CODE && last_code != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavs_parser.c63 if(state > SLICE_MAX_START_CODE){
H A Dmpeg12.c216 if (pc->frame_start_found == 0 && state >= SLICE_MIN_START_CODE && state <= SLICE_MAX_START_CODE) {
230 if (state < SLICE_MIN_START_CODE || state > SLICE_MAX_START_CODE) {
H A Dcavs.h32 #define SLICE_MAX_START_CODE 0x000001af macro
H A Dmpegvideo_parser.c140 start_code <= SLICE_MAX_START_CODE)
H A Dmpegvideo.h94 #define SLICE_MAX_START_CODE 0x000001af macro
H A Dcavsdec.c1234 if (stc <= SLICE_MAX_START_CODE) {
H A Dmpeg12dec.c2524 start_code <= SLICE_MAX_START_CODE && last_code == PICTURE_START_CODE) {
2552 start_code <= SLICE_MAX_START_CODE && last_code != 0) {

Completed in 149 milliseconds