Home
last modified time | relevance | path

Searched defs:weight1y (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/libdv/libdv-24218c36bed3b0a3bd5a57d5790ac12ade44e88d/encodedv/
H A Dppmqscale.c103 unsigned long weight1y = 65536 - (y_src & 0xffff); in enlarge_picture() local
213 unsigned long weight1y = 65536 - (y_dst & 0xffff); in shrink_picture() local
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dscaling.c502 uintptr_t weight1y = 65536 - (y_src & 0xffff); in enlarge_picture_byte() local
580 uintptr_t weight1y = 65535 - (y_dst & 0xffff); in shrink_picture_byte() local
698 const float weight1y = (float)(1.0 - (y_src - (int)y_src)); in enlarge_picture_float() local
770 uintptr_t weight1y = 1.0f - (y_dst - (int)y_dst); in shrink_picture_float() local