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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.h530 uint8_t zigzag_scan8x8_cavlc_q0[64]; member in struct:H264Context
H A Dh264_slice.c985 memcpy(h->zigzag_scan8x8_cavlc_q0 , zigzag_scan8x8_cavlc , sizeof(h->zigzag_scan8x8_cavlc_q0));
992 memcpy(h->zigzag_scan8x8_cavlc_q0 , h->zigzag_scan8x8_cavlc , sizeof(h->zigzag_scan8x8_cavlc_q0));
H A Dh264_cavlc.c1101 scan8x8= h->qscale ? h->zigzag_scan8x8_cavlc : h->zigzag_scan8x8_cavlc_q0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h424 const uint8_t *zigzag_scan8x8_cavlc_q0; member in struct:H264Context
H A Dh264_cavlc.c1094 scan8x8= s->qscale ? h->zigzag_scan8x8_cavlc : h->zigzag_scan8x8_cavlc_q0;
H A Dh264.c2504 h->zigzag_scan8x8_cavlc_q0 = zigzag_scan8x8_cavlc;
2511 h->zigzag_scan8x8_cavlc_q0 = h->zigzag_scan8x8_cavlc;

Completed in 56 milliseconds