Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastquant_inline.h432 register int32 qv = q_value; in aan_scale() local
442 : "r"(qv), in aan_scale()
487 register int32 qv = q_value; in coeff_dequant() local
502 : "r"(qv), in coeff_dequant()
571 register int32 qv = q_value; in coeff_dequant_mpeg() local
589 : "r"(qv), in coeff_dequant_mpeg()
602 register int32 qv = q_value; in coeff_dequant_mpeg_intra() local
614 : "r"(qv), in coeff_dequant_mpeg_intra()
/frameworks/base/core/tests/systemproperties/src/android/os/
DPropertyInvalidatedCacheTest.java38 protected String recompute(Integer qv) { in recompute() argument
40 return "foo" + qv.toString(); in recompute()