Searched refs:IS_INTRA_PCM (Results 1 – 5 of 5) sorted by relevance
82 #define IS_INTRA_PCM(a) ((a) & MB_TYPE_INTRA_PCM) macro
98 if (!SIMPLE && IS_INTRA_PCM(mb_type)) { in FUNC()306 if (!SIMPLE && IS_INTRA_PCM(mb_type)) { in FUNC()
2026 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()
804 IS_INTRA_PCM(mb_type) || sl->qscale == 0; in ff_h264_hl_decode_mb()
774 if(IS_INTRA_PCM(mb_type)){ in ff_h264_decode_mb_cavlc()