Searched refs:outbyte (Results 1 – 2 of 2) sorted by relevance
430 const byte * inbyteb, byte * outbyte));433 const byte * inbyteb, byte * outbyte));436 const byte * inbyteb, byte * outbyte));439 const byte * inbyteb, byte * outbyte));1494 byte * outbyte) in rescale_byte_wise2x2() argument1502 outbyte[i + 1] = (inbytea[j + 1] + inbytea[j + 5] + inbyteb[j + 1] + in rescale_byte_wise2x2()1505 outbyte[i + 2] = (inbytea[j + 2] + inbytea[j + 6] + inbyteb[j + 2] + in rescale_byte_wise2x2()1508 outbyte[i + 3] = (inbytea[j + 3] + inbytea[j + 7] + inbyteb[j + 3] + in rescale_byte_wise2x2()1518 byte * outbyte) in rescale_byte_wise2x1() argument1526 outbyte[i + 1] = (inbytea[j + 1] + inbytea[j + 5]) / 2; in rescale_byte_wise2x1()[all …]
620 outbyte(int port, int c)666 if (outbyte(Cmd, 0x60) < 0 || outbyte(Data, ccc) < 0)672 if(outbyte(Data, 0xf3) < 0 || outbyte(Data, 0) < 0)