Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_loopfilter.c503 int mbn_xy = mb_xy - 2 * h->mb_stride; in filter_mb_dir() local
506 for(j=0; j<2; j++, mbn_xy += h->mb_stride){ in filter_mb_dir()
509 if (IS_INTRA(mb_type | h->cur_pic.mb_type[mbn_xy])) { in filter_mb_dir()
512 if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) { in filter_mb_dir()
513 bS[0]= 1+((h->cbp_table[mbn_xy] & 0x4000) || sl->non_zero_count_cache[scan8[0]+0]); in filter_mb_dir()
514 bS[1]= 1+((h->cbp_table[mbn_xy] & 0x4000) || sl->non_zero_count_cache[scan8[0]+1]); in filter_mb_dir()
515 bS[2]= 1+((h->cbp_table[mbn_xy] & 0x8000) || sl->non_zero_count_cache[scan8[0]+2]); in filter_mb_dir()
516 bS[3]= 1+((h->cbp_table[mbn_xy] & 0x8000) || sl->non_zero_count_cache[scan8[0]+3]); in filter_mb_dir()
518 const uint8_t *mbn_nnz = h->non_zero_count[mbn_xy] + 3*4; in filter_mb_dir()
527 qp = (h->cur_pic.qscale_table[mb_xy] + h->cur_pic.qscale_table[mbn_xy] in filter_mb_dir()
762 int mbn_xy = sl->left_mb_xy[LEFT(j)]; ff_h264_filter_mb() local
[all...]

Completed in 2 milliseconds