Searched refs:matrices (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c1953 // the DC of the first quantizer must be used for all matrices
2209 int i, n, matrices, inter, plane; local
2236 matrices = get_bits(gb, 9) + 1;
2238 matrices = 3;
2240 if(matrices > 384){
2245 for(n=0; n<matrices; n++){
2272 i= get_bits(gb, av_log2(matrices-1)+1);
2273 if(i>= matrices){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c2063 // the DC of the first quantizer must be used for all matrices
2329 int i, n, matrices, inter, plane; local
2356 matrices = get_bits(gb, 9) + 1;
2358 matrices = 3;
2360 if (matrices > 384) {
2365 for (n = 0; n < matrices; n++)
2393 i = get_bits(gb, av_log2(matrices - 1) + 1);
2394 if (i >= matrices) {

Completed in 57 milliseconds