Home | History | Annotate | Download | only in dec

Lines Matching refs:row_out

601     uint8_t* const row_out = out + num_lines_out * out_stride;
612 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
625 uint8_t* row_out = out;
627 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out);
629 row_out += out_stride;