Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/vsprojects/
Dvcdiff_test.bat334 && ( echo vdiff test with unrecognized option should fail, but succeeded ^
393 && ( echo vdiff with unrecognized action should fail, but succeeded ^
400 && ( echo vdiff test without delta option should fail, but succeeded ^
407 && ( echo vdiff test without target option should fail, but succeeded ^
/external/libvpx/vp8/encoder/
Dencodemb.c53 short *vdiff = diff + 320; in vp8_subtract_mbuv_c() local
75 vdiff[c] = vsrc[c] - vpred[c]; in vp8_subtract_mbuv_c()
78 vdiff += 8; in vp8_subtract_mbuv_c()
/external/libvpx/vp8/encoder/x86/
Dsubtract_mmx.asm163 ;short *vdiff = diff + 320;
298 ;unsigned short *diff = vdiff;