OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:row_out
(Results
1 - 3
of
3
) sorted by null
/external/libaom/libaom/av1/common/
cfl.c
363
static INLINE void sub8x8_adjust_offset(const CFL_CTX *cfl, int *
row_out
,
367
assert(*
row_out
== 0);
368
(*
row_out
)++;
/external/tensorflow/tensorflow/core/kernels/
strided_slice_op.cc
54
for (int row_in = begin[0],
row_out
= 0; row_in < end[0];
55
++row_in, ++
row_out
) {
60
memcpy(&output(
row_out
, 0), &in(row_in, begin[1]),
/external/webp/src/dec/
vp8l_dec.c
601
uint8_t* const
row_out
= out + num_lines_out * out_stride;
local
612
num_lines_out += Export(dec->rescaler, colorspace, out_stride,
row_out
);
625
uint8_t*
row_out
= out;
local
627
VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace,
row_out
);
629
row_out
+= out_stride;
[
all
...]
Completed in 1463 milliseconds