HomeSort by relevance Sort by last modified time
    Searched refs:row_start (Results 1 - 25 of 26) sorted by null

1 2

  /external/libaom/libaom/third_party/fastfeat/
nonmax.c 12 int* row_start; local
35 row_start = (int*)malloc((last_row+1)*sizeof(int));
38 row_start[i] = -1;
45 row_start[corners[i].y] = i;
69 if (row_start[pos.y - 1] != -1)
74 point_above = row_start[pos.y-1];
93 if (pos.y != last_row && row_start[pos.y + 1] != -1 && point_below < sz) /*Nothing below*/
96 point_below = row_start[pos.y+1];
116 free(row_start);
  /external/libhevc/encoder/arm/
ihevce_decomp_pre_intra_pass_neon.c 137 WORD32 row_start, row_end; local
154 row_start = (ht_offset < (N_TAPS >> 1)) ? 1 : 0;
167 if(col_start || col_end || row_end || row_start)
171 pu1_cpy -= (3 * (1 - col_start) + cpy_strd * 3 * (1 - row_start));
172 pu1_src_tmp -= (3 * (1 - col_start) + src_strd * 3 * (1 - row_start));
173 ht_tmp = block_ht + 3 * (1 - row_start) + 3 * (1 - row_end);
186 if(row_start)
ihevce_common_utils_neon.c 469 WORD32 row_start = 0, col_start = 0; local
509 row_start = 1;
520 ps_sao_ctxt->pu1_cur_luma_recon_buf + col_start + (row_start * i4_luma_recon_strd);
522 ps_sao_ctxt->pu1_cur_luma_src_buf + col_start + (row_start * i4_luma_src_strd);
527 for(row = row_start; row < row_end; row++)
713 for(row = row_start; row < row_end; row++)
1270 WORD32 row_start = 0, col_start = 0; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
load_and_remap_matrix_op.cc 172 int64 row_start = min_old_row; variable
177 while (row_start <= max_old_row) {
181 ? max_old_row - row_start + 1
182 : std::min(max_rows_in_memory_, max_old_row - row_start + 1);
183 slice.set_start(0, row_start);
186 row_start += slice_length;
fractional_avg_pool_op.cc 154 const int64 row_start = row_cum_seq[hs]; variable
168 for (int64 h = row_start; h <= row_end; ++h) {
sparse_matmul_op.cc 826 const ConstMatrixMapR& mat, int row_start, int num_rows, int col_start,
    [all...]
  /external/libhevc/encoder/
ihevce_common_utils.c 1068 WORD32 row_start, row_end, col_start, col_end, row, col; local
1073 row_start = 0;
1091 row_start = 1;
1121 for(row = row_start; row < row_end; row++)
1177 WORD32 row_start, row_end, col_start, col_end, row, col; local
1182 row_start = 0;
1200 row_start = 1;
1230 for(row = row_start; row < row_end; row++)
    [all...]
ihevce_decomp_pre_intra_pass.c 1668 WORD32 row_start, row_end; local
    [all...]
  /external/webp/src/dsp/
lossless.c 373 int row_start, int row_end,
376 assert(row_start < row_end);
380 VP8LAddGreenToBlueAndRed(in, (row_end - row_start) * width, out);
383 PredictorInverseTransform_C(transform, row_start, row_end, in, out);
387 memcpy(out - width, out + (row_end - row_start - 1) * width,
392 ColorSpaceInverseTransform_C(transform, row_start, row_end, in, out);
401 const int out_stride = (row_end - row_start) * width;
402 const int in_stride = (row_end - row_start) *
406 ColorIndexInverseTransform_C(transform, row_start, row_end, src, out);
408 ColorIndexInverseTransform_C(transform, row_start, row_end, in, out)
    [all...]
lossless.h 60 // rows. Transform will be applied to rows [row_start, row_end[.
62 // corresponding to the intermediate row (row_start).
64 int row_start, int row_end,
  /external/tensorflow/tensorflow/contrib/bigtable/python/ops/
bigtable_api.py 297 ds1 = table.scan_range("row_start", "row_end", columns=[("cfa", "c1"),
300 ds2 = table.scan_range("row_start", "row_end", cfa=["c1", "c2"], cfb="c3")
412 ds1 = table.parallel_scan_range("row_start",
417 ds2 = table.parallel_scan_range("row_start", "row_end",
  /external/eigen/bench/
sparse_setter.cpp 359 I row_start = Ap[i]; local
364 for(I jj = row_start; jj < row_end; jj++){
370 for(I jj = row_start, n = 0; jj < row_end; jj++, n++){
  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 102 const int row_start = local
107 const int pre_y = (mi_y + MI_SIZE * row_start) >> ss_y;
111 for (int row = row_start; row <= 0 && sub8x8_inter; ++row) {
131 int row = row_start;
  /external/pdfium/core/fxge/dib/
cfx_dibsource.cpp 980 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
tiled_dot_emitter.cc 343 int64 row_start = m() - (m() % tile_rows()); local
344 if (row_start == m()) {
351 // for (row = row_start, row < m_; row++) {
367 "dot.inner.epilg.inner", /*start=*/row_start, /*end=*/m(),
478 MemoryTile GetLhsMemoryTile(llvm::Value* row_start, int64 row_count) {
481 /*major_dim_offset=*/row_start,
505 MemoryTile lhs_memory_tile = GetLhsMemoryTile(/*row_start=*/row,
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
fractional_avg_pool_op_test.py 58 row_start = row_seq[i]
62 input_matrix[row_start:row_end, :], axis=0))) # axis 0 is along row
fractional_max_pool_op_test.py 58 row_start = row_seq[i]
62 input_matrix[row_start:row_end, :], axis=0))) # axis 0 is along row
  /cts/apps/CameraITS/pymodules/its/
image.py     [all...]
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 223 static void detect_super_cols (colamd_col<IndexType> Col [], IndexType A [], IndexType head [], IndexType row_start, IndexType row_length ) ;
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
variance_sse2.c 519 const int row_start = 0; // Because ss_y is 0. local
522 const int pre_y = (mi_y + MI_SIZE * row_start) >> ssy;
    [all...]
highbd_variance_sse2.c 650 const int row_start = 0; \/\/ Because ss_y is 0. local
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
optimized_ops.h 1123 int row_start = 0; local
1742 int row_start = 0; local
    [all...]
  /external/libaom/libaom/aom_dsp/
variance.c 316 const int row_start = 0; // Because ss_y is 0. local
319 const int pre_y = (mi_y + MI_SIZE * row_start) >> ssy;
908 const int row_start = 0; \/\/ Because ss_y is 0. local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.cpp 2267 uint64_t* row_start = (uint64_t *)frame->buffer + local
2312 uint8_t* row_start = (uint8_t *)frame->buffer + local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 659 const int row_start = local
664 const int pre_y = (mi_y + MI_SIZE * row_start) >> ss_y;
668 for (int row = row_start; row <= 0 && sub8x8_inter; ++row) {
688 int row = row_start;
1529 const int row_start = mi_row % MI_SIZE_64X64; local
    [all...]

Completed in 1242 milliseconds

1 2