Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dvariance.c222 #define MSE(W, H) \ macro
254 MSE(16, 16)
255 MSE(16, 8)
256 MSE(8, 16)
257 MSE(8, 8)
/external/icu/icu4c/source/config/
Dmh-os39075 # multibyte extension support (MSE) functions.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas4333 MSE: EMismatchedSetException absolute E;
4398 + ' expecting set ' + MSE.Expecting.ToString;
4404 + ' expecting set ' + MSE.Expecting.ToString;
5398 MSE: EMismatchedSetException absolute E;
5421 Result := 'mismatched character ' + GetCharErrorDisplay(MSE.Character)
5422 + ' expecting set ' + MSE.Expecting.ToString