Searched refs:rec_y (Results 1 – 1 of 1) sorted by relevance
187 uint8 *rec_y; in H263_Deblock() local212 rec_y = rec + (width << 3); in H263_Deblock()223 A = *(rec_y - width2); in H263_Deblock()224 D = *(rec_y + width); in H263_Deblock()226 C = *rec_y; in H263_Deblock()227 B = *(rec_y - width); in H263_Deblock()274 *(rec_y - width2) = A - d2; in H263_Deblock()277 *(rec_y - width) = tmpvar; in H263_Deblock()280 *rec_y = tmpvar; in H263_Deblock()281 *(rec_y + width) = D + d2; in H263_Deblock()[all …]