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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Drgb2rgb_template.c368 int *idst = (int32_t *)dst;
373 *idst++ = (yc[0] << 24) + (uc[0] << 16) +
376 *idst++ = yc[0] + (uc[0] << 8) +
432 int *idst = (int32_t *)dst;
437 *idst++ = (uc[0] << 24) + (yc[0] << 16) +
440 *idst++ = uc[0] + (yc[0] << 8) +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Drgb2rgb_template.c377 int i, *idst = (int32_t *) dst;
381 *idst++ = (yc[0] << 24)+ (uc[0] << 16) +
384 *idst++ = yc[0] + (uc[0] << 8) +
442 int i, *idst = (int32_t *) dst;
446 *idst++ = (uc[0] << 24)+ (yc[0] << 16) +
449 *idst++ = uc[0] + (yc[0] << 8) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Dadma.c2960 int slot_cnt, slots_per_op, idst, dst_cnt; local
2980 idst = dst_cnt = (pdest && qdest) ? 2 : 1;
3062 idst = dst_cnt;
3070 if (idst == DMA_DEST_MAX_NUM) {
3071 if (idst == dst_cnt) {

Completed in 76 milliseconds