Lines Matching refs:TL
287 int TL[4] = { 128, 128, 128, 128 }; in decode_frame() local
426 dst[x ] = dst[x ] + L[0] + dst[x + 0 - p->linesize[0]] - TL[0]; in decode_frame()
427 dst[x + 2] = L[0] = dst[x + 2] + L[0] + dst[x + 2 - p->linesize[0]] - TL[0]; in decode_frame()
428 TL[0] = dst[x + 2 - p->linesize[0]]; in decode_frame()
429 L[1] = dst[x + 1] + L[1] + dst[x + 1 - p->linesize[0]] - TL[1]; in decode_frame()
431 TL[1] = dst[x + 1 - p->linesize[0]]; in decode_frame()
432 L[2] = dst[x + 3] + L[2] + dst[x + 3 - p->linesize[0]] - TL[2]; in decode_frame()
434 TL[2] = dst[x + 3 - p->linesize[0]]; in decode_frame()
436 dst[x ] = dst[x ] + L[0] + dst[x + 0 - p->linesize[0]] - TL[0]; in decode_frame()
437 dst[x + 2] = L[0] = dst[x + 2] + L[0] + dst[x + 2 - p->linesize[0]] - TL[0]; in decode_frame()
438 TL[0] = dst[x + 2 - p->linesize[0]]; in decode_frame()
439 L[1] = dst[x + 1] + L[1] + dst[x + 1 - p->linesize[0]] - TL[1]; in decode_frame()
441 TL[1] = dst[x + 1 - p->linesize[0]]; in decode_frame()
442 L[2] = dst[x + 3] + L[2] + dst[x + 3 - p->linesize[0]] - TL[2]; in decode_frame()
444 TL[2] = dst[x + 3 - p->linesize[0]]; in decode_frame()