Home | History | Annotate | Download | only in opencl

Lines Matching refs:dstptr

91                          __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
116 storepix(loadpix(srcptr + src_index), dstptr + dst_index);
119 storepix(scalar, dstptr + dst_index);
135 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
186 storepix(convertToT((val + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS), dstptr + dst_index);
190 storepix(convertToT(val), dstptr + dst_index);
230 storepix(convertToT(sum), dstptr + dst_index);
268 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
326 storepix(convertToT( (sum + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS ), dstptr + dst_index);
331 storepix(convertToT( sum ), dstptr + dst_index);
371 storepix(convertToT(sum), dstptr + dst_index);