Searched refs:alpha_ptr (Results 1 – 1 of 1) sorted by relevance
59 const uint8_t* alpha_ptr = a_ptr; in SmoothenBlock() local63 if (alpha_ptr[x] != 0) { in SmoothenBlock()68 alpha_ptr += a_stride; in SmoothenBlock()73 alpha_ptr = a_ptr; in SmoothenBlock()77 if (alpha_ptr[x] == 0) luma_ptr[x] = avg_u8; in SmoothenBlock()79 alpha_ptr += a_stride; in SmoothenBlock()
Completed in 3 milliseconds