Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Davision.c8010 int ydist = (int) ((by - sy) * 256); in reader_process() local
8061 ( ((out_data [sy*hwbpl + sx/8 ] >> (7-sx%8 )) & 1) * (256-xdist) * (256-ydist) + in reader_process()
8062 ((out_data [sy*hwbpl + sxx/8] >> (7-sxx%8)) & 1) * xdist * (256-ydist) + in reader_process()
8063 ((out_data [syy*hwbpl + sx/8 ] >> (7-sx%8 )) & 1) * (256-xdist) * ydist + in reader_process()
8064 ((out_data [syy*hwbpl + sxx/8] >> (7-sxx%8)) & 1) * xdist * ydist in reader_process()
8078 ( out_data [sy*hwbpl + sx ] * (256-xdist) * (256-ydist) + in reader_process()
8079 out_data [sy*hwbpl + sxx] * xdist * (256-ydist) + in reader_process()
8080 out_data [syy*hwbpl + sx ] * (256-xdist) * ydist + in reader_process()
8081 out_data [syy*hwbpl + sxx] * xdist * ydist in reader_process()
8092 ( out_data16 [sy*hwbpl + sx ] * (256-xdist) * (256-ydist) in reader_process()
[all...]

Completed in 9 milliseconds