Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp24 #define PV_CLZ(A,B) while (((B) & 0x8000) == 0) {(B) <<=1; A++;} macro
1241 PV_CLZ(leading_zeros, tmp_cnt) in ue_v()
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.cpp29 #define PV_CLZ(A,B) while (((B) & 0x8000) == 0) {(B) <<=1; A++;} macro
1238 PV_CLZ(leading_zeros, tmp_cnt) in ue_v()