Home | History | Annotate | Download | only in src

Lines Matching refs:src_cn

740     int* src_cn = 0, *dst_cn = 0;
768 (sizeof(src0[0]) + sizeof(src_cn[0]) + sizeof(src_step[0])) +
781 src_cn = (int*)(dst0 + dst_count);
782 dst_cn = src_cn + src_count + 1;
793 src_cn[0] = dst_cn[0] = 0;
822 src_cn[i+1] = src_cn[i] + cn;
848 const int* cn_arr = k == 0 ? src_cn : dst_cn;