Home | History | Annotate | Download | only in dec

Lines Matching refs:tmp_y

335     upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
355 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y));
810 p->tmp_y = (uint8_t*)p->memory;
811 p->tmp_u = p->tmp_y + io->mb_w;