Home
last modified time | relevance | path

Searched refs:above_mi_width (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c309 MACROBLOCKD *xd, int rel_mi_col, uint8_t above_mi_width, in build_prediction_by_above_pred() argument
316 av1_setup_build_prediction_by_above_pred(xd, rel_mi_col, above_mi_width, in build_prediction_by_above_pred()
325 int bw = (above_mi_width * MI_SIZE) >> pd->subsampling_x; in build_prediction_by_above_pred()
/external/libaom/libaom/av1/common/
Dreconinter.c809 uint8_t above_mi_width, in build_obmc_inter_pred_above() argument
822 const int bw = (above_mi_width * MI_SIZE) >> pd->subsampling_x; in build_obmc_inter_pred_above()
904 MACROBLOCKD *xd, int rel_mi_col, uint8_t above_mi_width, in av1_setup_build_prediction_by_above_pred() argument
937 (xd->n4_w - rel_mi_col - above_mi_width) * MI_SIZE * 8; in av1_setup_build_prediction_by_above_pred()
Dreconinter.h302 MACROBLOCKD *xd, int rel_mi_col, uint8_t above_mi_width,
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c901 MACROBLOCKD *xd, int rel_mi_col, uint8_t above_mi_width, in dec_build_prediction_by_above_pred() argument
908 av1_setup_build_prediction_by_above_pred(xd, rel_mi_col, above_mi_width, in dec_build_prediction_by_above_pred()
917 int bw = (above_mi_width * MI_SIZE) >> pd->subsampling_x; in dec_build_prediction_by_above_pred()