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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dcs_test.c114 int dstBpp=0; local
135 dstBpp = func_info[funcNum].dst_bpp;
158 for(i=dstOffset + width*dstBpp; i<SIZE; i++){
H A Dswscale.c1779 const int dstBpp= (fmt_depth(dstFormat) + 7) >> 3;
1836 if (dstStride[0]*srcBpp == srcStride[0]*dstBpp && srcStride[0] > 0)

Completed in 38 milliseconds