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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264data.h328 static const uint8_t field_scan8x8_cavlc[64]={ variable
H A Dh264.h459 uint8_t field_scan8x8_cavlc[64]; member in struct:H264Context
H A Dh264.c3587 memcpy(h->field_scan8x8_cavlc, field_scan8x8_cavlc, 64*sizeof(uint8_t));
3594 h->field_scan8x8_cavlc[i] = T(field_scan8x8_cavlc[i]);
3604 h->field_scan8x8_cavlc_q0 = field_scan8x8_cavlc;
3611 h->field_scan8x8_cavlc_q0 = h->field_scan8x8_cavlc;
4752 scan8x8= s->qscale ? h->field_scan8x8_cavlc : h->field_scan8x8_cavlc_q0;

Completed in 173 milliseconds