HomeSort by relevance Sort by last modified time
    Searched refs:alpha_plane_ (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dec/
alpha.c 129 dec->alpha_plane_)) {
136 return dec->alpha_plane_ + row * stride;
vp8i.h 279 uint8_t* alpha_plane_; // output. Persistent, contains the whole data. member in struct:VP8Decoder
frame.c 495 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL;

Completed in 296 milliseconds