Home
last modified time | relevance | path

Searched refs:jcp_param (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Djnt_variance_ssse3.c51 const DIST_WTD_COMP_PARAMS *jcp_param) { in aom_dist_wtd_comp_avg_pred_ssse3() argument
53 const uint8_t w0 = (uint8_t)jcp_param->fwd_offset; in aom_dist_wtd_comp_avg_pred_ssse3()
54 const uint8_t w1 = (uint8_t)jcp_param->bck_offset; in aom_dist_wtd_comp_avg_pred_ssse3()
123 int ref_stride, const DIST_WTD_COMP_PARAMS *jcp_param, int subpel_search) { in aom_dist_wtd_comp_avg_upsampled_pred_ssse3() argument
132 const uint8_t w0 = (uint8_t)jcp_param->fwd_offset; in aom_dist_wtd_comp_avg_upsampled_pred_ssse3()
133 const uint8_t w1 = (uint8_t)jcp_param->bck_offset; in aom_dist_wtd_comp_avg_upsampled_pred_ssse3()
155 const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param) { \
166 jcp_param); \
Djnt_sad_ssse3.c198 const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param) { \
201 jcp_param); \
208 const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param) { \
211 jcp_param); \
Dhighbd_variance_sse2.c809 const DIST_WTD_COMP_PARAMS *jcp_param) { in aom_highbd_dist_wtd_comp_avg_pred_sse2() argument
811 const uint16_t wt0 = (uint16_t)jcp_param->fwd_offset; in aom_highbd_dist_wtd_comp_avg_pred_sse2()
812 const uint16_t wt1 = (uint16_t)jcp_param->bck_offset; in aom_highbd_dist_wtd_comp_avg_pred_sse2()
861 int ref_stride, int bd, const DIST_WTD_COMP_PARAMS *jcp_param, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2() argument
872 const uint16_t wt0 = (uint16_t)jcp_param->fwd_offset; in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2()
873 const uint16_t wt1 = (uint16_t)jcp_param->bck_offset; in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2()
/external/libaom/libaom/aom_dsp/
Dsad.c59 const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param) { \
62 ref_stride, jcp_param); \
213 const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param) { \
217 jcp_param); \
Dvariance.c188 const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param) { \
198 aom_dist_wtd_comp_avg_pred(temp3, second_pred, W, H, temp2, W, jcp_param); \
430 const DIST_WTD_COMP_PARAMS *jcp_param) { in aom_dist_wtd_comp_avg_pred_c() argument
432 const int fwd_offset = jcp_param->fwd_offset; in aom_dist_wtd_comp_avg_pred_c()
433 const int bck_offset = jcp_param->bck_offset; in aom_dist_wtd_comp_avg_pred_c()
451 int ref_stride, const DIST_WTD_COMP_PARAMS *jcp_param, int subpel_search) { in aom_dist_wtd_comp_avg_upsampled_pred_c() argument
453 const int fwd_offset = jcp_param->fwd_offset; in aom_dist_wtd_comp_avg_upsampled_pred_c()
454 const int bck_offset = jcp_param->bck_offset; in aom_dist_wtd_comp_avg_upsampled_pred_c()
756 const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param) { \
768 jcp_param); \
[all …]
Dvariance.h55 const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param);
60 const DIST_WTD_COMP_PARAMS *jcp_param);
Daom_dsp_rtcd_defs.pl602 …nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param";
952 … int ref_stride, const DIST_WTD_COMP_PARAMS *jcp_param, int subpel_search";
975 … int ref_stride, int bd, const DIST_WTD_COMP_PARAMS *jcp_param, int subpel_search";
1002 … int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param";
1218 … int width, int height, const uint8_t *ref, int ref_stride, const DIST_WTD_COMP_PARAMS *jcp_param";
1385 …int width, int height, const uint8_t *ref8, int ref_stride, const DIST_WTD_COMP_PARAMS *jcp_param";
/external/libaom/libaom/test/
Dcomp_avg_pred_test.h33 const DIST_WTD_COMP_PARAMS *jcp_param);
39 int ref_stride, const DIST_WTD_COMP_PARAMS *jcp_param, int subpel_search);
45 int ref_stride, int bd, const DIST_WTD_COMP_PARAMS *jcp_param,
Dvariance_test.cc49 const DIST_WTD_COMP_PARAMS *jcp_param);
222 aom_bit_depth_t bit_depth, DIST_WTD_COMP_PARAMS *jcp_param) { in dist_wtd_subpel_avg_variance_ref() argument
243 r * jcp_param->fwd_offset + in dist_wtd_subpel_avg_variance_ref()
244 second_pred[w * y + x] * jcp_param->bck_offset, in dist_wtd_subpel_avg_variance_ref()
262 ROUND_POWER_OF_TWO(r * jcp_param->fwd_offset + in dist_wtd_subpel_avg_variance_ref()
263 sec16[w * y + x] * jcp_param->bck_offset, in dist_wtd_subpel_avg_variance_ref()
Dsad_test.cc41 const DIST_WTD_COMP_PARAMS *jcp_param);
54 const DIST_WTD_COMP_PARAMS *jcp_param);
/external/libaom/libaom/av1/encoder/
Dencoder.c1277 const DIST_WTD_COMP_PARAMS *jcp_param) { \
1279 jcp_param); \
1284 const DIST_WTD_COMP_PARAMS *jcp_param) { \
1286 jcp_param) >> \
1292 const DIST_WTD_COMP_PARAMS *jcp_param) { \
1294 jcp_param) >> \
Drdopt.c6758 cm, mbmi, order_idx, &xd->jcp_param.fwd_offset, in joint_motion_search()
6759 &xd->jcp_param.bck_offset, &xd->jcp_param.use_dist_wtd_comp_avg, 1); in joint_motion_search()
7303 av1_dist_wtd_comp_weight_assign(cm, mbmi, 0, &xd->jcp_param.fwd_offset, in build_second_inter_pred()
7304 &xd->jcp_param.bck_offset, in build_second_inter_pred()
7305 &xd->jcp_param.use_dist_wtd_comp_avg, 1); in build_second_inter_pred()
/external/libaom/libaom/av1/common/
Dblockd.h586 DIST_WTD_COMP_PARAMS jcp_param; member