Searched refs:tmp1 (Results 1 – 3 of 3) sorted by relevance
265 signed tmp1 = y1 * 298; in yv12_to_rgb565() local266 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yv12_to_rgb565()267 signed g1 = clamp_rgb((tmp1 + v_g + u_g) / 256); in yv12_to_rgb565()268 signed r1 = clamp_rgb((tmp1 + v_r) / 256); in yv12_to_rgb565()349 signed tmp1 = y1 * 298; in yuv420p_to_rgb888() local350 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yuv420p_to_rgb888()351 signed g1 = clamp_rgb((tmp1 + v_g + u_g) / 256); in yuv420p_to_rgb888()352 signed r1 = clamp_rgb((tmp1 + v_r) / 256); in yuv420p_to_rgb888()
61 tmp1=$(cat $OUTPUT_BIN_FILE | wc -c)65 size_total_img=`expr $main_header_size + $tmp1 + $total_sections \* $section_header_size`
46 uint64_t tmp1 = sync->time1[0]; in time_sync_truncate() local53 sync->time1[NUM_TIME_SYNC_DATAPOINTS - 1] = tmp1; in time_sync_truncate()