Home
last modified time | relevance | path

Searched refs:col_size (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dihevce_deblk.c288 WORD32 col_size; in ihevce_deblk_ctb() local
477 col_size = ctb_size / 4; in ihevce_deblk_ctb()
487 col_size += last_col; in ihevce_deblk_ctb()
491 col_size -= 1; in ihevce_deblk_ctb()
502 WORD32 col_size_temp = col_size; in ihevce_deblk_ctb()
577 col_size = ctb_size / 8; in ihevce_deblk_ctb()
588 col_size += last_col; in ihevce_deblk_ctb()
592 col_size--; in ihevce_deblk_ctb()
604 WORD32 col_size_temp = col_size; in ihevce_deblk_ctb()
/external/tensorflow/tensorflow/lite/kernels/
Dembedding_lookup.cc102 int col_size = 1; in EvalHybrid() local
104 col_size *= SizeOfDimension(value, i); in EvalHybrid()
119 for (int j = 0; j < col_size; j++) { in EvalHybrid()
126 output->data.f[j + i * col_size] = in EvalHybrid()
127 value_ptr[j + idx * col_size] * scaling_factor; in EvalHybrid()
/external/libaom/libaom/av1/encoder/x86/
Dav1_txfm1d_sse4.h82 const int col_size = txfm_size / num_per_128; in transpose_32() local
87 for (c = 0; c < col_size; c++) { in transpose_32()
88 transpose_32_4x4(col_size, &input[r * col_size + c], in transpose_32()
89 &output[c * 4 * col_size + r / 4]); in transpose_32()
/external/jemalloc_new/src/
Dstats.c380 col_size.size_val = reg_size; in stats_arena_bins_print()
479 col_size.size_val = lextent_size; in stats_arena_lextents_print()
/external/libaom/libaom/av1/encoder/
Dbitstream.c3535 uint32_t col_size = total_size - col_offset - 4; in write_tiles_in_tg_obus() local
3536 mem_put_le32(dst + col_offset + tg_hdr_size, col_size); in write_tiles_in_tg_obus()
3539 max_tile_col_size = AOMMAX(max_tile_col_size, col_size); in write_tiles_in_tg_obus()