Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A Dcomp_mask_pred_test.cc237 int suby = (sub >> 3); in RunCheckOutput() local
255 const int suby = havSub ? 4 : 0; in RunSpeedTest() local
650 int suby = (sub >> 3); in RunCheckOutput() local
673 const int suby = havSub ? 4 : 0; in RunSpeedTest() local
H A Dblend_a64_mask_test.cc85 void RunOneTest(int block_size, int subx, int suby, int run_times) { in RunOneTest()
/aosp_15_r20/external/libdav1d/src/
H A Dfilmgrain_tmpl.c159 const int offsets[2][2], const int subx, const int suby, in sample_lut()