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