Searched refs:custom_mode_alphabet (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.c580 int custom_mode_alphabet[CODING_MODE_COUNT]; local
596 custom_mode_alphabet[i] = MODE_INTER_NO_MV;
598 custom_mode_alphabet[get_bits(gb, 3)] = i;
599 alphabet = custom_mode_alphabet;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c597 int custom_mode_alphabet[CODING_MODE_COUNT]; local
611 custom_mode_alphabet[i] = MODE_INTER_NO_MV;
613 custom_mode_alphabet[get_bits(gb, 3)] = i;
614 alphabet = custom_mode_alphabet;

Completed in 66 milliseconds