Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp530 char tmpFlag[4]; in createFromSharedObject() local
531 if (sscanf(line, THREADABLE_STR "%4s", tmpFlag) != 1) { in createFromSharedObject()
535 if (strcmp(tmpFlag, "yes") == 0) { in createFromSharedObject()
537 } else if (strcmp(tmpFlag, "no") == 0) { in createFromSharedObject()
540 ALOGE("Invalid threadable flag!: %s", tmpFlag); in createFromSharedObject()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_deblocking.c661 u32 tmpFlag; in FilterVerLumaEdge() local
720 tmpFlag = in FilterVerLumaEdge()
727 if (tmpFlag && (unsigned)ABS(p2-p0) < thresholds->beta) in FilterVerLumaEdge()
737 if (tmpFlag && (unsigned)ABS(q2-q0) < thresholds->beta) in FilterVerLumaEdge()
841 u32 tmpFlag; in FilterHorLuma() local
901 tmpFlag = ((unsigned)ABS(p0-q0) < ((thresholds->alpha >> 2) +2)) in FilterHorLuma()
907 if (tmpFlag && (unsigned)ABS(p2-p0) < thresholds->beta) in FilterHorLuma()
918 if (tmpFlag && (unsigned)ABS(q2-q0) < thresholds->beta) in FilterHorLuma()