Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp265 signed tmp1 = y1 * 298; in yv12_to_rgb565() local
266 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() local
350 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()
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/tools/
Delftobin.sh61 tmp1=$(cat $OUTPUT_BIN_FILE | wc -c)
65 size_total_img=`expr $main_header_size + $tmp1 + $total_sections \* $section_header_size`
/device/google/contexthub/firmware/os/algos/
Dtime_sync.c46 uint64_t tmp1 = sync->time1[0]; in time_sync_truncate() local
53 sync->time1[NUM_TIME_SYNC_DATAPOINTS - 1] = tmp1; in time_sync_truncate()