Searched refs:tmp_dst_stride (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 137 int tmp_dst_stride = 8; in build_inter_predictors() local 140 0, plane, xd->tmp_conv_dst, tmp_dst_stride, is_compound, xd->bd); in build_inter_predictors()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 695 int tmp_dst_stride = 8; in dec_build_inter_predictors() local 698 0, plane, xd->tmp_conv_dst, tmp_dst_stride, is_compound, xd->bd); in dec_build_inter_predictors()
|