HomeSort by relevance Sort by last modified time
    Searched full:row_out (Results 1 - 1 of 1) sorted by null

  /external/webp/src/dec/
vp8l.c 427 uint8_t* const row_out = out + num_lines_out * out_stride; local
430 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
442 uint8_t* row_out = out; local
444 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out);
446 row_out += out_stride;
    [all...]

Completed in 6421 milliseconds