Home
last modified time | relevance | path

Searched refs:rec_y (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpost_filter.cpp41 uint8 *rec_y; in H263_Deblock() local
66 rec_y = rec + (width << 3); in H263_Deblock()
77 A = *(rec_y - width2); in H263_Deblock()
78 D = *(rec_y + width); in H263_Deblock()
80 C = *rec_y; in H263_Deblock()
81 B = *(rec_y - width); in H263_Deblock()
128 *(rec_y - width2) = A - d2; in H263_Deblock()
131 *(rec_y - width) = tmpvar; in H263_Deblock()
134 *rec_y = tmpvar; in H263_Deblock()
135 *(rec_y + width) = D + d2; in H263_Deblock()
[all …]