Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264dec.h395 uint8_t (*non_zero_count)[48]; member
728 uint8_t *nnz = h->non_zero_count[mb_xy]; in write_back_non_zero_count()
Dh264_mvpred.h545 nnz = h->non_zero_count[top_xy]; in fill_decode_caches()
563 nnz = h->non_zero_count[left_xy[LEFT(i)]]; in fill_decode_caches()
809 memset(h->non_zero_count[mb_xy], 0, 48); in decode_mb_skip()
Dh264dec.c148 av_freep(&h->non_zero_count); in ff_h264_free_tables()
189 !FF_ALLOCZ_TYPED_ARRAY(h->non_zero_count, big_mb_num) || in ff_h264_alloc_tables()
Dh264_loopfilter.c521 const uint8_t *mbn_nnz = h->non_zero_count[mbn_xy] + 3*4; in filter_mb_dir()
775 h->non_zero_count[mbn_xy][ off[i] ])); in ff_h264_filter_mb()
Dh264_slice.c2395 nnz = h->non_zero_count[mb_xy]; in fill_filter_caches()
2404 nnz = h->non_zero_count[top_xy]; in fill_filter_caches()
2409 nnz = h->non_zero_count[left_xy[LTOP]]; in fill_filter_caches()
Dh264_cavlc.c789 memset(h->non_zero_count[mb_xy], 16, 48); in ff_h264_decode_mb_cavlc()
Dh264_cabac.c2057 memset(h->non_zero_count[mb_xy], 16, 48); in ff_h264_decode_mb_cabac()