Home | History | Annotate | Download | only in dec

Lines Matching defs:top_v

41                       const uint8_t* top_u, const uint8_t* top_v,              \
46 uint32_t tl_uv = LOAD_UV(top_u[0], top_v[0]); /* top-left sample */ \
57 const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \
322 const uint8_t* top_v = p->tmp_v;
335 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
342 top_v = cur_v;
348 top_u, top_v, cur_u, cur_v,