Searched refs:field_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.h533 uint8_t field_scan8x8_cavlc_q0[64]; member in struct:H264Context
H A Dh264_slice.c988 memcpy(h->field_scan8x8_cavlc_q0 , field_scan8x8_cavlc , sizeof(h->field_scan8x8_cavlc_q0 ));
995 memcpy(h->field_scan8x8_cavlc_q0 , h->field_scan8x8_cavlc , sizeof(h->field_scan8x8_cavlc_q0 ));
H A Dh264_cavlc.c1098 scan8x8= h->qscale ? h->field_scan8x8_cavlc : h->field_scan8x8_cavlc_q0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h427 const uint8_t *field_scan8x8_cavlc_q0; member in struct:H264Context
H A Dh264_cavlc.c1091 scan8x8= s->qscale ? h->field_scan8x8_cavlc : h->field_scan8x8_cavlc_q0;
H A Dh264.c2507 h->field_scan8x8_cavlc_q0 = field_scan8x8_cavlc;
2514 h->field_scan8x8_cavlc_q0 = h->field_scan8x8_cavlc;

Completed in 61 milliseconds