Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c44 int offsetx, int offsety, int sgnx, in macroblock_corner_grad() argument
48 int y3 = signal[(offsetx + sgnx) * stride + offsety]; in macroblock_corner_grad()
49 int y4 = signal[(offsetx + sgnx) * stride + offsety + sgny]; in macroblock_corner_grad()