Home
last modified time | relevance | path

Searched refs:zigzag_scan8x8_cavlc (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dec.h430 uint8_t zigzag_scan8x8_cavlc[64]; member
Dh264_slice.c96 static const uint8_t zigzag_scan8x8_cavlc[64+1] = { variable
744 h->zigzag_scan8x8_cavlc[i] = TRANSPOSE(zigzag_scan8x8_cavlc[i]); in init_scan_tables()
752 … memcpy(h->zigzag_scan8x8_cavlc_q0 , zigzag_scan8x8_cavlc , sizeof(h->zigzag_scan8x8_cavlc_q0)); in init_scan_tables()
759 … memcpy(h->zigzag_scan8x8_cavlc_q0 , h->zigzag_scan8x8_cavlc , sizeof(h->zigzag_scan8x8_cavlc_q0)); in init_scan_tables()
Dh264_cavlc.c1127 scan8x8 = sl->qscale ? h->zigzag_scan8x8_cavlc : h->zigzag_scan8x8_cavlc_q0; in ff_h264_decode_mb_cavlc()