Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_ccsc.c398 struct __scal_matrix4x4 *enhancecoeff, *tmpcoeff; in de_csc_coeff_calc() local
406 tmpcoeff = disp_sys_malloc(sizeof(struct __scal_matrix4x4)); in de_csc_coeff_calc()
409 if (!enhancecoeff || !tmpcoeff || !in0coeff) { in de_csc_coeff_calc()
550 IDE_SCAL_MATRIC_MUL(in1coeff, in0coeff, tmpcoeff); in de_csc_coeff_calc()
551 memcpy((void *)in0coeff, (void *)tmpcoeff, in de_csc_coeff_calc()
557 IntRightShift64((int)(*((__s64 *) tmpcoeff + i)), in de_csc_coeff_calc()
563 disp_sys_free(tmpcoeff); in de_csc_coeff_calc()

Completed in 5 milliseconds