Searched refs:tmpcoeff (Results 1 – 1 of 1) sorted by relevance
398 struct __scal_matrix4x4 *enhancecoeff, *tmpcoeff; in de_csc_coeff_calc() local406 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 8 milliseconds