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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h78 #define IS_INTRA_PCM(a) ((a) & MB_TYPE_INTRA_PCM) macro
H A Dh264_mb_template.c102 if (!SIMPLE && IS_INTRA_PCM(mb_type)) {
322 if (!SIMPLE && IS_INTRA_PCM(mb_type)) {
H A Dh264_mb.c814 IS_INTRA_PCM(mb_type) || h->qscale == 0;
H A Dh264_cavlc.c770 if(IS_INTRA_PCM(mb_type)){
H A Dh264_cabac.c1998 if(IS_INTRA_PCM(mb_type)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.h102 #define IS_INTRA_PCM(a) ((a)&MB_TYPE_INTRA_PCM) macro
H A Dh264_cavlc.c765 if(IS_INTRA_PCM(mb_type)){
H A Dh264_cabac.c1984 if(IS_INTRA_PCM(mb_type)) {
H A Dh264.c1954 if (!simple && IS_INTRA_PCM(mb_type)) {
2153 if (!simple && IS_INTRA_PCM(mb_type)) {
2230 int is_complex = CONFIG_SMALL || h->is_complex || IS_INTRA_PCM(mb_type) || s->qscale == 0;

Completed in 113 milliseconds