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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvqavideo.c317 int hibyte = 0; local
470 hibyte = s->decode_buffer[(lobytes * 2) + 1];
471 vector_index = ((hibyte << 8) | lobyte) >> 3;
475 if (hibyte == 0xFF) {
489 hibyte = s->decode_buffer[hibytes];
490 vector_index = (hibyte << 8) | lobyte;

Completed in 23 milliseconds