Searched refs:m_pSrc (Results 1 – 3 of 3) sorted by relevance
4 m_pSrc[0] = NULL; in Clear()5 m_pSrc[1] = NULL; in Clear()6 m_pSrc[2] = NULL; in Clear()40 m_pSrc[0][(src_y >> 16) * (m_nSrcStride * 2) + (src_x >> 16) * 2]; in Scale()46 m_pSrc[0][(src_y >> 16) * (m_nSrcStride * 2) + cx * 2 + 1]; in Scale()48 m_pSrc[0][(src_y >> 16) * (m_nSrcStride * 2) + cx * 2 + 3]; in Scale()78 … m_pDst[0][y * m_nDstStride + x] = m_pSrc[0][(src_y >> 16) * m_nSrcStride + (src_x >> 16)]; in Scale()89 unsigned short *src = reinterpret_cast<unsigned short *>(m_pSrc[1]); in Scale()
8 char *m_pSrc[3];42 m_pSrc[0] = src; in CScalerSW_YUYV()52 m_pSrc[0] = src0; in CScalerSW_NV12()54 m_pSrc[1] = src1; in CScalerSW_NV12()
1859 const mz_uint8 *m_pSrc; member3758 *d->m_pIn_buf_size = d->m_pSrc - (const mz_uint8 *)d->m_pIn_buf; in tdefl_flush_block()3901 memcpy(d->m_dict + dst_pos, d->m_pSrc, n); in tdefl_compress_fast()3903 memcpy(d->m_dict + TDEFL_LZ_DICT_SIZE + dst_pos, d->m_pSrc, in tdefl_compress_fast()3905 d->m_pSrc += n; in tdefl_compress_fast()4104 const mz_uint8 *pSrc = d->m_pSrc; in tdefl_compress_normal()4233 d->m_pSrc = pSrc; in tdefl_compress_normal()4240 d->m_pSrc = pSrc; in tdefl_compress_normal()4247 *d->m_pIn_buf_size = d->m_pSrc - (const mz_uint8 *)d->m_pIn_buf; in tdefl_flush_output_buffer()4279 d->m_pSrc = (const mz_uint8 *)(pIn_buf); in tdefl_compress()[all …]