Searched defs:bh4 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libdav1d/src/ |
H A D | decode.c | 193 const int bw4, const int bh4, in find_matching_ref() 265 const int bw4, const int bh4, in derive_warpmv() 418 const int bw4, const int bh4) in read_pal_indices() 451 const int bw4 = b_dim[0], bh4 = b_dim[1]; in read_vartx_tree() local 518 const int bw4, const int bh4) in splat_oneref_mv() 534 const int bw4, const int bh4) in splat_intrabc_mv() 549 const int bw4, const int bh4) in splat_tworef_mv() 565 const int bw4, const int bh4) in splat_intraref() 576 static void mc_lowest_px(int *const dst, const int by4, const int bh4, in mc_lowest_px() 697 const int bw4 = b_dim[0], bh4 = b_dim[1]; in decode_b() local [all …]
|
H A D | warpmv.c | 133 void dav1d_set_affine_mv2d(const int bw4, const int bh4, in dav1d_set_affine_mv2d() 150 const int bw4, const int bh4, in dav1d_find_affine_int()
|
H A D | refmvs.c | 138 /*const*/ refmvs_block *const *b, const int bh4, const int h4, in scan_col() 358 const int bh4 = b_dim[1], h4 = imin(imin(bh4, 16), rt->tile_row.end - by4); in dav1d_refmvs_find() local 901 const int bx4, const int bw4, int bh4) in splat_mv_c()
|
H A D | lf_mask.c | 274 const int bh4 = imin(ih - by, b_dim[1]); in dav1d_create_lf_mask_intra() local 337 const int bh4 = imin(ih - by, b_dim[1]); in dav1d_create_lf_mask_inter() local
|
H A D | recon_tmpl.c | 836 const int bw4 = b_dim[0], bh4 = b_dim[1]; in bytefn() local 943 const int bw4, const int bh4, in mc() 1191 const int bw4 = b_dim[0], bh4 = b_dim[1]; in bytefn() local 1571 const int bw4 = b_dim[0], bh4 = b_dim[1]; in bytefn() local
|
H A D | env.h | 481 const int bw4, const int bh4, in get_gmv_2d()
|