Home
last modified time | relevance | path

Searched refs:ref_num (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dvariance.c292 const int ref_num = 0; in aom_upsampled_pred_c() local
295 is_intrabc ? &cm->sf_identity : xd->block_ref_scale_factors[ref_num]; in aom_upsampled_pred_c()
305 is_intrabc ? dst_buf : &pd->pre[ref_num]; in aom_upsampled_pred_c()
835 const int ref_num = 0; in aom_highbd_upsampled_pred_c() local
838 is_intrabc ? &cm->sf_identity : xd->block_ref_scale_factors[ref_num]; in aom_highbd_upsampled_pred_c()
848 is_intrabc ? dst_buf : &pd->pre[ref_num]; in aom_highbd_upsampled_pred_c()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c504 const int ref_num = 0; in aom_upsampled_pred_sse2() local
507 is_intrabc ? &cm->sf_identity : xd->block_ref_scale_factors[ref_num]; in aom_upsampled_pred_sse2()
517 is_intrabc ? dst_buf : &pd->pre[ref_num]; in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c626 const int ref_num = 0; in aom_highbd_upsampled_pred_sse2() local
629 is_intrabc ? &cm->sf_identity : xd->block_ref_scale_factors[ref_num]; in aom_highbd_upsampled_pred_sse2()
639 is_intrabc ? dst_buf : &pd->pre[ref_num]; in aom_highbd_upsampled_pred_sse2()