Home
last modified time | relevance | path

Searched defs:row_max (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dmv.h68 int row_max; member
76 int row_max; member
/aosp_15_r20/external/cronet/net/url_request/
H A Dview_cache_helper.cc29 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 Dsoftmax.h129 TensorT row_max, row_sum; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfractional_avg_pool_op.cc153 const int64_t row_max = input_size[1] - 1; in Compute() local
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Drdopt.c1236 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 Dpickinter.c922 int row_max = (best_ref_mv.as_mv.row >> 3) + MAX_FULL_PEL_VAL; in vp8_pick_inter_mode() local
H A Dmcomp.c1308 int row_max = ref_row + distance; in vp8_full_search_sad() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_block.h60 int row_max; member
H A Dvp9_mcomp.c36 int row_max = (mv->row >> 3) + MAX_FULL_PEL_VAL; in vp9_set_mv_search_range() local
H A Dvp9_firstpass.c418 const int row_max = in intersect_limits_with_mv_max() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dkernels_gpu.cu.cc354 T row_max = Eigen::NumTraits<T>::lowest(); in CalculateRowSoftmax() local
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dhighbd_inv_txfm_neon.c5130 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 Dhighbd_inv_txfm_sse4.c5242 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 Dav1_inv_txfm_avx2.c1776 const int row_max = AOMMIN(32, txfm_size_row); in lowbd_inv_txfm2d_add_idtx_avx2() local
H A Dav1_inv_txfm_ssse3.c2393 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 Dencoder.c177 const int row_max = AOMMIN(4, mi_rows - r); in av1_set_active_map() local
H A Dratectrl.c3072 const int row_max = AOMMIN(num_4x4, mi_rows - r); in set_block_is_active() local
H A Dmcomp.c202 int row_max = (mv->row >> 3) + MAX_FULL_PEL_VAL; in av1_set_mv_search_range() local