Searched refs:Rc (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dvibrance.rs43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
48 o.r = clamp((int) Rc, 0, 255);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dvibrance.rs43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
48 o.r = rsClamp(Rc, 0, 255);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dvibrance.rs43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
48 o.r = clamp((int) Rc, 0, 255);
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dvibrance_f.rs43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
48 o.r = Rc;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.h37 Int Rc; /*bits used for the current frame. It is the bit count obtained after encoding. */ member in struct:__anon586
H A Drate_control.cpp334 rc->Rc = currVol->stream->byteCount << 3; /* Total Bits for current frame */
815 rc->TMN_W += (rc->Rc - rc->TMN_TH);
816 rc->VBV_fullness += (rc->Rc - frame_bits); //rc->Rp);
824 if ((video->encParams->H263_Enabled && rc->Rc > video->encParams->maxFrameSize) || /* For H263/short header mode, drop the frame if the actual frame size exceeds the bound */
827 rc->TMN_W -= (rc->Rc - rc->TMN_TH);
828 rc->VBV_fullness -= rc->Rc;

Completed in 348 milliseconds