Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dvlc.cpp23 #define PV_CLZ(A,B) __asm{CLZ (A),(B)} \ macro
26 #define PV_CLZ(A,B) while (((B) & 0x8000) == 0) {(B) <<=1; A++;} macro
104 PV_CLZ(leading_zeros, tmp_cnt) in ue_v()
129 PV_CLZ(leading_zeros, tmp_cnt) in se_v()
474 PV_CLZ(leading_zeros, temp) in ce_TotalCoeffTrailingOnes()
553 PV_CLZ(leading_zeros, temp) in ce_LevelPrefix()
807 PV_CLZ(indx, temp) in ce_RunBefore()
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp24 #define PV_CLZ(A,B) while (((B) & 0x8000) == 0) {(B) <<=1; A++;} macro
1142 PV_CLZ(leading_zeros, tmp_cnt) in ue_v()