Lines Matching refs:InputVal
181 } InputVal = {0, };
196 InputVal.UI16Input = 0;
234 InputVal.UI8Input[1] = (IMG_UINT8) wrt_bits + 256;
235 InputVal.UI16Input >>= -Shift;
237 wrt_bytes_p[OutByteIndex] |= InputVal.UI8Input[1];
241 InputVal.UI8Input[0] = InputVal.UI8Input[0] >> (8 + Shift);
243 pnw__write_upto8bits_elements(mtx_hdr, elt_p, InputVal.UI8Input[0], (IMG_UINT16) - Shift);