Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/Framebuffer/
Dfrb-vfilter.c372 u8 temp_a[4], temp_b[3]; in myCopyFilterTick() local
513 temp_a[i]=(u8)((f32)cf->df_a / 4.0F + 1); in myCopyFilterTick()
515 temp_a[i]=(u8)((f32)cf->df_a / 4.0F); in myCopyFilterTick()
516 if(temp_a[i]>63) in myCopyFilterTick()
529 cf->newFilter[0] = temp_a[0]; in myCopyFilterTick()
530 cf->newFilter[1] = temp_a[2]; in myCopyFilterTick()
534 cf->newFilter[5] = temp_a[1]; in myCopyFilterTick()
535 cf->newFilter[6] = temp_a[3]; in myCopyFilterTick()