Home
last modified time | relevance | path

Searched defs:cbw4 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libdav1d/src/
H A Dlf_mask.c296 const int cbw4 = imin(((iw + ss_hor) >> ss_hor) - (bx >> ss_hor), in dav1d_create_lf_mask_intra() local
360 const int cbw4 = imin(((iw + ss_hor) >> ss_hor) - (bx >> ss_hor), in dav1d_create_lf_mask_inter() local
H A Drecon_tmpl.c837 const int cbw4 = (bw4 + ss_hor) >> ss_hor, cbh4 = (bh4 + ss_ver) >> ss_ver; in bytefn() local
1202 const int cbw4 = (bw4 + ss_hor) >> ss_hor, cbh4 = (bh4 + ss_ver) >> ss_ver; in bytefn() local
1581 const int cbh4 = (bh4 + ss_ver) >> ss_ver, cbw4 = (bw4 + ss_hor) >> ss_hor; in bytefn() local
H A Ddecode.c699 const int cbw4 = (bw4 + ss_hor) >> ss_hor, cbh4 = (bh4 + ss_ver) >> ss_ver; in decode_b() local