Searched refs:row_out (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | strided_slice_op.cc | 54 for (int row_in = begin[0], row_out = 0; row_in < end[0]; in Copy() local 55 ++row_in, ++row_out) { in Copy() 60 memcpy(&output(row_out, 0), &in(row_in, begin[1]), in Copy()
|
/external/libaom/libaom/av1/common/ |
D | cfl.c | 363 static INLINE void sub8x8_adjust_offset(const CFL_CTX *cfl, int *row_out, in sub8x8_adjust_offset() argument 367 assert(*row_out == 0); in sub8x8_adjust_offset() 368 (*row_out)++; in sub8x8_adjust_offset()
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 601 uint8_t* const row_out = out + num_lines_out * out_stride; in EmitRescaledRowsRGBA() local 612 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out); in EmitRescaledRowsRGBA() 625 uint8_t* row_out = out; in EmitRows() local 627 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out); in EmitRows() 629 row_out += out_stride; in EmitRows()
|