Searched refs:SDF (Results 1 – 2 of 2) sorted by relevance
/external/testng/src/main/java/org/testng/ |
D | TimeBombSkipException.java | 24 private static final SimpleDateFormat SDF= new SimpleDateFormat("yyyy/MM/dd"); field in TimeBombSkipException 26 private DateFormat m_inFormat= SDF; 27 private DateFormat m_outFormat= SDF;
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1321 #define HIGHBD_BFP(BT, SDF, SDAF, VF, SVF, SVAF, SDX3F, SDX8F, SDX4DF) \ argument 1322 cpi->fn_ptr[BT].sdf = SDF; \ 2251 #define BFP(BT, SDF, SDAF, VF, SVF, SVAF, SDX3F, SDX8F, SDX4DF) \ in vp9_create_compressor() argument 2252 cpi->fn_ptr[BT].sdf = SDF; \ in vp9_create_compressor()
|