Home
last modified time | relevance | path

Searched defs:new_red (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webp/src/dsp/
H A Dlossless_enc_mips_dsp_r2.c84 uint32_t argb, argb1, new_red, new_red1; in TransformColor_MIPSdspR2() local
223 uint32_t new_red = argb >> 16; in TransformColorRed() local
H A Dlossless_enc.c548 int new_red = red & 0xff; in VP8LTransformColor_C() local
562 int new_red = argb >> 16; in TransformColorRed() local
H A Dlossless_mips_dsp_r2.c301 uint32_t argb, argb1, new_red; in TransformColorInverse_MIPSdspR2() local
H A Dlossless.c294 int new_red = red & 0xff; in VP8LTransformColorInverse_C() local
/aosp_15_r20/art/compiler/optimizing/
H A Dloop_optimization.cc2313 HInstruction* new_red = vector_map_->Get(reduction); in GenerateVecReductionPhiInputs() local