Searched refs:first_pattern (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34.h67 VLC first_pattern[4]; ///< VLCs used for decoding coefficients in the first subblock member in struct:RV34VLC
H A Drv34.c157 rv34_gen_vlc(rv34_table_intra_firstpat[i][j], FIRSTBLK_VLC_SIZE, &intra_vlcs[i].first_pattern[j], NULL, 19*i + 14 + j);
168 rv34_gen_vlc(rv34_table_inter_firstpat [i][j], FIRSTBLK_VLC_SIZE, &inter_vlcs[i].first_pattern[j], NULL, i*12 + 100 + j);
294 code = get_vlc2(gb, rvlc->first_pattern[fc].table, 9, 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.h66 VLC first_pattern[4]; ///< VLCs used for decoding coefficients in the first subblock member in struct:RV34VLC
H A Drv34.c159 rv34_gen_vlc(rv34_table_intra_firstpat[i][j], FIRSTBLK_VLC_SIZE, &intra_vlcs[i].first_pattern[j], NULL, 19*i + 14 + j);
170 rv34_gen_vlc(rv34_table_inter_firstpat [i][j], FIRSTBLK_VLC_SIZE, &inter_vlcs[i].first_pattern[j], NULL, i*12 + 100 + j);
291 code = get_vlc2(gb, rvlc->first_pattern[fc].table, 9, 2);

Completed in 85 milliseconds