Searched refs:ptr_limit (Results 1 – 1 of 1) sorted by relevance
721 uint32_t *ptr_limit = ptr_out + (src.cropWidth() & ~15); in convertYUV420Planar16ToY410() local722 while (ptr_out < ptr_limit) { in convertYUV420Planar16ToY410()