Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c365 MACROBLOCKD *xd, int rel_mi_row, uint8_t left_mi_height, in build_prediction_by_left_pred() argument
372 av1_setup_build_prediction_by_left_pred(xd, rel_mi_row, left_mi_height, in build_prediction_by_left_pred()
382 int bh = (left_mi_height << MI_SIZE_LOG2) >> pd->subsampling_y; in build_prediction_by_left_pred()
/external/libaom/libaom/av1/common/
Dreconinter.c844 uint8_t left_mi_height, in build_obmc_inter_pred_left() argument
858 const int bh = (left_mi_height * MI_SIZE) >> pd->subsampling_y; in build_obmc_inter_pred_left()
941 uint8_t left_mi_height, in av1_setup_build_prediction_by_left_pred() argument
977 (xd->n4_h - rel_mi_row - left_mi_height) * MI_SIZE * 8; in av1_setup_build_prediction_by_left_pred()
Dreconinter.h306 uint8_t left_mi_height,
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c955 MACROBLOCKD *xd, int rel_mi_row, uint8_t left_mi_height, in dec_build_prediction_by_left_pred() argument
962 av1_setup_build_prediction_by_left_pred(xd, rel_mi_row, left_mi_height, in dec_build_prediction_by_left_pred()
972 int bh = (left_mi_height << MI_SIZE_LOG2) >> pd->subsampling_y; in dec_build_prediction_by_left_pred()