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

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 29 #define PV_CLZ(A,B) while (((B) & 0x8000) == 0) {(B) <<=1; A++;}
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 24 #define PV_CLZ(A,B) while (((B) & 0x8000) == 0) {(B) <<=1; A++;}
    [all...]

Completed in 40 milliseconds