HomeSort by relevance Sort by last modified time
    Searched refs:TEV (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/unittests/Support/
CommandLineTest.cpp 52 TempEnvVar TEV(test_env_var, "-env-test-opt=hello");
  /external/llvm/unittests/Support/
CommandLineTest.cpp 135 TempEnvVar TEV(test_env_var, "-env-test-opt=hello");
152 TempEnvVar TEV(test_env_var, "-env-test-opt-local=hello-local");
  /external/libavc/decoder/
ih264d_defs.h 569 #define TEV 3
ih264d_parse_cavlc.c 154 /* Description : Reads the TEV Exp Golomb codec syntax from the ps_bitstrm */
156 /* called only when the input range is 1 for TEV decode. */
162 /* Outputs : TEV decoded syntax element and incremented ps_bitstrm u4_ofst */
163 /* Returns : TEV decoded syntax element */
195 * \param u1_flag : Flag indicating the case of UEV,SEV or TEV
227 if(u1_flag == TEV && u4_range == 1)
268 if(u1_flag == TEV || u1_flag == UEV)
    [all...]

Completed in 83 milliseconds