Searched refs:dstBpc (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_mmx.c319 hscalefn = c->dstBpc <= 10 ? ff_hscale8to15_ ## filtersize ## _ ## opt2 : \
322 hscalefn = c->dstBpc <= 10 ? ff_hscale9to15_ ## filtersize ## _ ## opt2 : \
325 hscalefn = c->dstBpc <= 10 ? ff_hscale10to15_ ## filtersize ## _ ## opt2 : \
328 hscalefn = c->dstBpc <= 10 ? ff_hscale16to15_ ## filtersize ## _ ## opt2 : \
339 switch(c->dstBpc){ \
346 switch(c->dstBpc){ \
432 if (c->dstBpc == 16 && !isBE(c->dstFormat))
H A Dswscale_template.c1750 if (c->srcBpc == 8 && c->dstBpc <= 10) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale.c397 hscalefn = c->dstBpc <= 14 ? ff_hscale8to15_ ## filtersize ## _ ## opt2 : \
400 hscalefn = c->dstBpc <= 14 ? ff_hscale9to15_ ## filtersize ## _ ## opt2 : \
403 hscalefn = c->dstBpc <= 14 ? ff_hscale10to15_ ## filtersize ## _ ## opt2 : \
406 hscalefn = c->dstBpc <= 14 ? ff_hscale12to15_ ## filtersize ## _ ## opt2 : \
409 hscalefn = c->dstBpc <= 14 ? ff_hscale14to15_ ## filtersize ## _ ## opt2 : \
413 hscalefn = c->dstBpc <= 14 ? ff_hscale16to15_ ## filtersize ## _ ## opt2 : \
424 switch(c->dstBpc){ \
431 switch(c->dstBpc){ \
436 default: av_assert0(c->dstBpc>8); \
546 if (c->dstBpc
[all...]
H A Dswscale_template.c1722 if (c->srcBpc == 8 && c->dstBpc <= 14) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dutils.c880 c->dstBpc = 1 + av_pix_fmt_descriptors[dstFormat].comp[0].depth_minus1;
881 if (c->dstBpc < 8)
882 c->dstBpc = 8;
883 if (c->dstBpc == 16)
888 if (HAVE_MMX2 && cpu_flags & AV_CPU_FLAG_MMX2 && c->srcBpc == 8 && c->dstBpc <= 10) {
1041 // 64 / (c->dstBpc & ~7) is the same as 16 / sizeof(scaling_intermediate)
1042 c->uv_off_px = dst_stride_px + 64 / (c->dstBpc &~ 7);
H A Dswscale_internal.h244 int dstBpc, srcBpc; member in struct:SwsContext
484 * destination pixel (SwsContext->dstBpc) is <= 10, data
486 * SwsContext->dstBpc == 16), data will be 19bpc in
492 * (i.e. SwsContext->dstBpc > 8), this is native depth
H A Dswscale.c2871 if (c->dstBpc <= 10) {
2881 c->hyScale = c->hcScale = c->dstBpc > 10 ? hScale16To19_c : hScale16To15_c;
2885 if (c->dstBpc <= 10) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dutils.c1350 c->dstBpc = 1 + desc_dst->comp[0].depth_minus1;
1351 if (c->dstBpc < 8)
1352 c->dstBpc = 8;
1355 if (c->dstBpc == 16)
1358 if (INLINE_MMXEXT(cpu_flags) && c->srcBpc == 8 && c->dstBpc <= 14) {
1390 else if (INLINE_MMX(cpu_flags) && c->dstBpc <= 14) {
1567 c->uv_off = (dst_stride>>1) + 64 / (c->dstBpc &~ 7);
1586 av_assert0(c->dstBpc > 14);
H A Dswscale.c713 if (c->dstBpc <= 14) {
745 if (c->dstBpc <= 14) {
755 c->hyScale = c->hcScale = c->dstBpc > 14 ? hScale16To19_c
H A Dswscale_internal.h293 int dstBpc, srcBpc; member in struct:SwsContext
553 * destination pixel (SwsContext->dstBpc) is <= 10, data
555 * SwsContext->dstBpc == 16), data will be 19bpc in
561 * (i.e. SwsContext->dstBpc > 8), this is native depth
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/ppc/
H A Dswscale_altivec.c298 if (c->srcBpc == 8 && c->dstBpc <= 14) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/ppc/
H A Dswscale_altivec.c334 if (c->srcBpc == 8 && c->dstBpc <= 10) {

Completed in 206 milliseconds