Searched refs:above_stride (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | reconinter.h | 313 int above_stride[MAX_MB_PLANE],
|
D | reconinter.c | 885 int above_stride[MAX_MB_PLANE], in av1_build_obmc_inter_prediction() 891 struct obmc_inter_pred_ctxt ctxt_above = { above, above_stride }; in av1_build_obmc_inter_prediction()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 10910 int above_stride, const uint8_t *left, 13963 int above_stride, const uint8_t *left, in calc_target_weighted_pred() argument 13985 struct calc_target_weighted_pred_ctxt ctxt = { x, above, above_stride, in calc_target_weighted_pred()
|