Home
last modified time | relevance | path

Searched defs:row_h (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libdav1d/src/
H A Dlr_apply_tmpl.c38 const int plane, const int unit_w, const int row_h, in lr_stripe()
108 const int w, const int h, const int row_h, const int plane) in lr_sbrow()
180 const int row_h = imin(next_row_y - 8 * not_last, h); in bytefn() local
191 const int row_h = imin(next_row_y - (8 >> ss_ver) * not_last, h); in bytefn() local
H A Dlf_apply_tmpl.c45 int row, const int row_h, const int src_w, in backup_lpf()
125 const int row_h = imin((sby + 1) << (6 + f->seq_hdr->sb128), h - 1); in bytefn() local
145 const int row_h = imin((sby + 1) << ((6 - ss_ver) + f->seq_hdr->sb128), h - 1); in bytefn() local
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dhighbd_pickrst_neon.c333 int32x4_t row_h[WIENER_WIN_CHROMA] = { vdupq_n_s32(0) }; in compute_stats_win5_highbd_neon() local
415 int32x4_t row_h[WIENER_WIN_CHROMA - 1] = { vdupq_n_s32(0) }; in compute_stats_win5_highbd_neon() local
1031 int32x4_t row_h[WIENER_WIN * 2] = { vdupq_n_s32(0) }; in compute_stats_win7_highbd_neon() local
1120 int32x4_t row_h[WIENER_WIN - 1] = { vdupq_n_s32(0) }; in compute_stats_win7_highbd_neon() local
H A Dpickrst_neon.c897 int32x4_t row_h[WIENER_WIN_CHROMA] = { vdupq_n_s32(0) }; in compute_stats_win5_neon() local
979 int32x4_t row_h[WIENER_WIN_CHROMA - 1] = { vdupq_n_s32(0) }; in compute_stats_win5_neon() local
1546 int32x4_t row_h[WIENER_WIN * 2] = { vdupq_n_s32(0) }; in compute_stats_win7_neon() local
1635 int32x4_t row_h[WIENER_WIN - 1] = { vdupq_n_s32(0) }; in compute_stats_win7_neon() local