Searched refs:aom_comp_mask_pred_c (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/test/ |
D | comp_mask_variance_test.cc | 113 aom_comp_mask_pred_c(comp_pred1_, pred_, w, h, ref_, MAX_SB_SIZE, mask, w, in RunCheckOutput() 132 comp_mask_pred_func funcs[2] = { aom_comp_mask_pred_c, test_impl }; in RunSpeedTest() 233 comp_mask_pred_func funcs[2] = { &aom_comp_mask_pred_c, test_impl }; in RunSpeedTest()
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 1074 void aom_comp_mask_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, in aom_comp_mask_pred_c() function 1109 aom_comp_mask_pred_c(comp_pred, pred, width, height, ref, ref_stride, mask, in aom_comp_mask_upsampled_pred_c() 1128 aom_comp_mask_pred_c(temp3, second_pred, W, H, temp2, W, msk, msk_stride, \
|