Searched defs:row_h (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libdav1d/src/ |
H A D | lr_apply_tmpl.c | 38 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 D | lf_apply_tmpl.c | 45 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 D | highbd_pickrst_neon.c | 333 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 D | pickrst_neon.c | 897 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
|