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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dbase64.c78 int i_shift = 0; local
88 i_shift += 8;
91 *dst++ = b64[(i_bits << 6 >> i_shift) & 0x3f];
92 i_shift -= 6;
93 } while (i_shift > 6 || (bytes_remaining == 0 && i_shift > 0));

Completed in 22 milliseconds