Searched refs:dst_height1 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/av1/encoder/ |
D | reconinter_enc.c | 253 int dst_height1[MAX_MB_PLANE] = { MAX_SB_SIZE, MAX_SB_SIZE, MAX_SB_SIZE }; in av1_build_obmc_inter_predictors_sb() local 260 av1_build_prediction_by_above_preds(cm, xd, dst_buf1, dst_width1, dst_height1, in av1_build_obmc_inter_predictors_sb()
|
D | rdopt.c | 4066 int dst_height1[MAX_MB_PLANE] = { MAX_SB_SIZE >> 1, MAX_SB_SIZE >> 1, in set_params_rd_pick_inter_mode() local 4070 dst_width1, dst_height1, in set_params_rd_pick_inter_mode()
|
/external/libaom/av1/decoder/ |
D | decodeframe.c | 807 int dst_height1[MAX_MB_PLANE] = { MAX_SB_SIZE, MAX_SB_SIZE, MAX_SB_SIZE }; in dec_build_obmc_inter_predictors_sb() local 814 dst_height1, dst_stride1); in dec_build_obmc_inter_predictors_sb()
|