Home
last modified time | relevance | path

Searched refs:convert_fix_to_float (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libhevc/encoder/
H A Dconvert_float_to_fix.c68 void convert_fix_to_float(number_t a, float *a_f) in convert_fix_to_float() function
74 #pragma CODE_SECTION(convert_fix_to_float, "itt_varq_l1pram");
H A Dvar_q_operator.h43 void convert_fix_to_float(number_t a, float *a_f);
/aosp_15_r20/external/libavc/encoder/
H A Dirc_common.h51 #define convert_fix_to_float(a, a_f) *a_f = (float) a macro