Home
last modified time | relevance | path

Searched refs:coeff_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h60 int coeff_count; /* curren coeff block */ member
H A Dhfcmulti.c1821 coeff = &(hc->chan[ch].coeff[hc->chan[ch].coeff_count * 16]); in hfcmulti_dtmf()
1872 hc->chan[ch].coeff_count++; in hfcmulti_dtmf()
1873 if (hc->chan[ch].coeff_count == 8) { in hfcmulti_dtmf()
1874 hc->chan[ch].coeff_count = 0; in hfcmulti_dtmf()
3420 hc->chan[bch->slot].coeff_count = 0; in deactivate_bchannel()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch33471 +static int worker_pic_alloc_one(HEVCRpiJob * const jb, const unsigned int coeff_count)
33475 + if (gpu_malloc_cached((coeff_count + 32*32) * sizeof(cf->s[2].buf[0]), &cf->gptr) != 0)
33478 + cf->s[3].buf = cf->s[2].buf + coeff_count;
33482 + if ((cf->mptr = av_malloc(coeff_count * sizeof(cf->s[0].buf[0]) + 63)) == NULL)