Searched refs:top_stride (Results 1 – 2 of 2) sorted by relevance
154 const int top_stride = mb_w * 16; in InitVP8Encoder() local158 2 * top_stride * sizeof(*enc->y_top_) // top-luma/u/v in InitVP8Encoder()225 enc->uv_top_ = enc->y_top_ + top_stride; in InitVP8Encoder()226 mem += 2 * top_stride; in InitVP8Encoder()
886 static void hor_boundary_overlap(int *top_block, int top_stride, in hor_boundary_overlap() argument904 dst_block[dst_stride] = clamp((17 * top_block[top_stride] + in hor_boundary_overlap()