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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c580 const int dst_depth = av_pix_fmt_descriptors[c->dstFormat].comp[plane].depth_minus1 + 1; local
618 if (dst_depth > src_depth) { \
621 } else if (dst_depth < src_depth) { \
660 const int dst_depth = av_pix_fmt_descriptors[c->dstFormat].comp[plane].depth_minus1 + 1; local
666 if (dst_depth == 9) { \
693 wfunc(&dstPtr2[j], (srcpx << (dst_depth - 8)) | (srcpx >> (16 - dst_depth))); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_unscaled.c1372 uint16_t scale= dither_scale[dst_depth-1][src_depth-1];\
1373 int shift= src_depth-dst_depth + dither_scale[src_depth-2][dst_depth-1];\
1425 const int dst_depth = desc_dst->comp[plane].depth_minus1 + 1; local
1429 if (dst_depth == 8) {
1440 w(&dstPtr2[j], srcPtr[j]<<(dst_depth-8));\
1443 w(&dstPtr2[j], (srcPtr[j]<<(dst_depth-8)) |\
1444 (srcPtr[j]>>(2*8-dst_depth)));\
1454 } else if (src_depth <= dst_depth) {
1460 unsigned shift = dst_depth
[all...]

Completed in 36 milliseconds