Home
last modified time | relevance | path

Searched refs:IS_8x8DCT (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_loopfilter.c276 if( IS_8x8DCT(mb_type) ) { in h264_filter_mb_fast_internal()
299 if( IS_8x8DCT(mb_type) ) { in h264_filter_mb_fast_internal()
362 if( IS_8x8DCT(mb_type) && (sl->cbp&7) == 7 && !chroma444 ) { in h264_filter_mb_fast_internal()
399 } else if( IS_8x8DCT(mb_type) ) { in h264_filter_mb_fast_internal()
514 if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) { in filter_mb_dir()
631 const int deblock_edge = !IS_8x8DCT(mb_type & (edge<<24)); // (edge&1) && IS_8x8DCT(mb_type) in filter_mb_dir()
771 ((!h->ps.pps->cabac && IS_8x8DCT(mbn_type)) ? in ff_h264_filter_mb()
Dh264_cabac.c1889 if( IS_8x8DCT(mb_type) ) { in decode_cabac_luma_residual()
2344 if (CHROMA444(h) && IS_8x8DCT(mb_type)){ in ff_h264_decode_mb_cabac()
2349 if (sl->left_type[LEFT(i)] && !IS_8x8DCT(sl->left_type[LEFT(i)])) { in ff_h264_decode_mb_cabac()
2358 if (sl->top_type && !IS_8x8DCT(sl->top_type)){ in ff_h264_decode_mb_cabac()
2366 if (sl->left_type[LEFT(i)] && !IS_8x8DCT(sl->left_type[LEFT(i)])) { in ff_h264_decode_mb_cabac()
2375 if (sl->top_type && !IS_8x8DCT(sl->top_type)){ in ff_h264_decode_mb_cabac()
Dh264_mb.c628 if (IS_8x8DCT(mb_type)) { in hl_decode_mb_predict_luma()
763 const int di = IS_8x8DCT(mb_type) ? 4 : 1; in hl_decode_mb_idct_luma()
764 idct_add = IS_8x8DCT(mb_type) ? h->h264dsp.h264_add_pixels8_clear in hl_decode_mb_idct_luma()
772 if (IS_8x8DCT(mb_type)) in hl_decode_mb_idct_luma()
Dh264_mvpred.h797 sl->neighbor_transform_size = !!IS_8x8DCT(top_type) + !!IS_8x8DCT(left_type[LTOP]); in fill_decode_caches()
Dh264dec.h104 #define IS_8x8DCT(a) ((a) & MB_TYPE_8x8DCT) macro
Dh264_slice.c2404 if (IS_8x8DCT(top_type)) { in fill_filter_caches()
2410 if (IS_8x8DCT(left_type[LTOP])) { in fill_filter_caches()
2414 if (IS_8x8DCT(left_type[LBOT])) { in fill_filter_caches()
2419 if (IS_8x8DCT(mb_type)) { in fill_filter_caches()
Dh264_cavlc.c671 if(IS_8x8DCT(mb_type)){ in decode_luma_residual()