Searched refs:dst_width2 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 223 int dst_width2[MAX_MB_PLANE] = { MAX_SB_SIZE, MAX_SB_SIZE, MAX_SB_SIZE }; in av1_build_obmc_inter_predictors_sb() local 252 av1_build_prediction_by_left_preds(cm, xd, dst_buf2, dst_width2, dst_height2, in av1_build_obmc_inter_predictors_sb()
|
D | rdopt.c | 3524 int dst_width2[MAX_MB_PLANE] = { MAX_SB_SIZE >> 1, MAX_SB_SIZE >> 1, in set_params_rd_pick_inter_mode() local 3533 dst_width2, dst_height2, in set_params_rd_pick_inter_mode()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 820 int dst_width2[MAX_MB_PLANE] = { MAX_SB_SIZE, MAX_SB_SIZE, MAX_SB_SIZE }; in dec_build_obmc_inter_predictors_sb() local 836 dec_build_prediction_by_left_preds(cm, xd, dst_buf2, dst_width2, dst_height2, in dec_build_obmc_inter_predictors_sb()
|