Home | History | Annotate | Download | only in dec

Lines Matching refs:dst_height

426                          int dst_width, int dst_height, int dst_stride,
433 wrk->dst_height = dst_height;
445 ((int64_t)dst_height << RFIX) / (x_sub * src_height) :
446 ((int64_t)dst_height << RFIX) / (x_add * src_height);