Home | History | Annotate | Download | only in codec

Lines Matching refs:src16

744     const uint16_t* src16 = (const uint16_t*) (src + offset);
749 while (width > 0 && *src16 == 0x0000) {
752 src16 += deltaSrc / 2;
754 proc(dst32, (const uint8_t*)src16, width, bpp, deltaSrc, 0, ctable);