/aosp_15_r20/external/libaom/av1/common/ |
H A D | mv.h | 68 int row_max; member 76 int row_max; member
|
/aosp_15_r20/external/cronet/net/url_request/ |
H A D | view_cache_helper.cc | 29 size_t row_max = std::min(kMaxRows, buf_len); in HexDump() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/ |
H A D | softmax.h | 129 TensorT row_max, row_sum; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | fractional_avg_pool_op.cc | 153 const int64_t row_max = input_size[1] - 1; in Compute() local
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | rdopt.c | 1236 int row_max = (best_ref_mv->as_mv.row >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation() local 2049 int row_max = (best_ref_mv.as_mv.row >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_inter_mode() local
|
H A D | pickinter.c | 922 int row_max = (best_ref_mv.as_mv.row >> 3) + MAX_FULL_PEL_VAL; in vp8_pick_inter_mode() local
|
H A D | mcomp.c | 1308 int row_max = ref_row + distance; in vp8_full_search_sad() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_block.h | 60 int row_max; member
|
H A D | vp9_mcomp.c | 36 int row_max = (mv->row >> 3) + MAX_FULL_PEL_VAL; in vp9_set_mv_search_range() local
|
H A D | vp9_firstpass.c | 418 const int row_max = in intersect_limits_with_mv_max() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/ |
H A D | kernels_gpu.cu.cc | 354 T row_max = Eigen::NumTraits<T>::lowest(); in CalculateRowSoftmax() local
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | highbd_inv_txfm_neon.c | 5130 const int row_max = AOMMIN(32, txfm_size_row); in inv_txfm2d_add_h_identity_neon() local 5192 const int row_max = AOMMIN(32, txfm_size_row); in inv_txfm2d_add_v_identity_neon() local 5262 const int row_max = AOMMIN(32, txfm_size_row); in inv_txfm2d_add_idtx_neon() local
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | highbd_inv_txfm_sse4.c | 5242 const int row_max = AOMMIN(32, txfm_size_row); in highbd_inv_txfm2d_add_h_identity_ssse41() local 5303 const int row_max = AOMMIN(32, txfm_size_row); in highbd_inv_txfm2d_add_v_identity_ssse41() local 5374 const int row_max = AOMMIN(32, txfm_size_row); in highbd_inv_txfm2d_add_idtx_ssse41() local
|
H A D | av1_inv_txfm_avx2.c | 1776 const int row_max = AOMMIN(32, txfm_size_row); in lowbd_inv_txfm2d_add_idtx_avx2() local
|
H A D | av1_inv_txfm_ssse3.c | 2393 const int row_max = AOMMIN(32, txfm_size_row); in av1_lowbd_inv_txfm2d_add_idtx_ssse3() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encoder.c | 177 const int row_max = AOMMIN(4, mi_rows - r); in av1_set_active_map() local
|
H A D | ratectrl.c | 3072 const int row_max = AOMMIN(num_4x4, mi_rows - r); in set_block_is_active() local
|
H A D | mcomp.c | 202 int row_max = (mv->row >> 3) + MAX_FULL_PEL_VAL; in av1_set_mv_search_range() local
|