Home | History | Annotate | Download | only in enc

Lines Matching full:dst_a

886     uint8_t* dst_a = picture->a;
923 dst_a, picture->a_stride);
924 dst_a += 2 * picture->a_stride;
957 row_has_alpha &= !WebPExtractAlpha(a_ptr + off, 0, width, 1, dst_a, 0);