Searched refs:field_scan8x8_cavlc (Results 1 – 3 of 3) sorted by relevance
433 uint8_t field_scan8x8_cavlc[64]; member
76 static const uint8_t field_scan8x8_cavlc[64+1] = { variable746 h->field_scan8x8_cavlc[i] = TRANSPOSE(field_scan8x8_cavlc[i]); in init_scan_tables()755 … memcpy(h->field_scan8x8_cavlc_q0 , field_scan8x8_cavlc , sizeof(h->field_scan8x8_cavlc_q0 )); in init_scan_tables()762 … memcpy(h->field_scan8x8_cavlc_q0 , h->field_scan8x8_cavlc , sizeof(h->field_scan8x8_cavlc_q0 )); in init_scan_tables()
1124 scan8x8 = sl->qscale ? h->field_scan8x8_cavlc : h->field_scan8x8_cavlc_q0; in ff_h264_decode_mb_cavlc()