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

  /external/opencv3/3rdparty/libwebp/dec/
vp8l.c 429 uint8_t* const row_out = out + num_lines_out * out_stride; local
432 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
444 uint8_t* row_out = out; local
446 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out);
448 row_out += out_stride;
    [all...]
  /external/webp/src/dec/
vp8l.c 547 uint8_t* const row_out = out + num_lines_out * out_stride; local
555 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
566 uint8_t* row_out = out; local
568 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out);
570 row_out += out_stride;
    [all...]

Completed in 376 milliseconds