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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_maven.c815 int hdec; local
824 hdec = 94208 / (mt->HTotal);
826 hdec = 0x81;
827 if (hdec > 0x81)
828 hdec = 0x81;
829 if (hdec < 0x41)
830 hdec = 0x41;
831 hdec--;
832 hlen = 98304 - 128 - ((lmargin + mt->HDisplay - 8) * hdec);
842 94208 / hdec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexr.c560 HufDec *hdec; local
576 hdec = av_mallocz_array(HUF_DECSIZE, sizeof(*hdec));
577 if (!freq || !hdec) {
590 if ((ret = huf_build_dec_table(freq, im, iM, hdec)) < 0)
592 ret = huf_decode(freq, hdec, gb, nBits, iM, dst_size, dst);
596 if (hdec)
597 av_freep(&hdec[i].p);
600 av_free(hdec);

Completed in 111 milliseconds