Home
last modified time | relevance | path

Searched refs:IS_INTRA_PCM (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.h82 #define IS_INTRA_PCM(a) ((a) & MB_TYPE_INTRA_PCM) macro
Dh264_mb_template.c98 if (!SIMPLE && IS_INTRA_PCM(mb_type)) { in FUNC()
306 if (!SIMPLE && IS_INTRA_PCM(mb_type)) { in FUNC()
Dh264_cabac.c2026 if(IS_INTRA_PCM(mb_type)) { in ff_h264_decode_mb_cabac()
2372 nnz_cache[3+8*12 + 2*8*i]= !IS_INTRA_PCM(sl->left_type[LEFT(i)]) ? 0 : 64; in ff_h264_decode_mb_cabac()
2376 uint32_t top_empty = !IS_INTRA_PCM(sl->top_type) ? 0 : 0x40404040; in ff_h264_decode_mb_cabac()
Dh264_mb.c804 IS_INTRA_PCM(mb_type) || sl->qscale == 0; in ff_h264_hl_decode_mb()
Dh264_cavlc.c774 if(IS_INTRA_PCM(mb_type)){ in ff_h264_decode_mb_cavlc()