HomeSort by relevance Sort by last modified time
    Searched refs:temp_src (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp8/common/mips/msa/
loopfilter_filters_msa.c 291 uint8_t *temp_src; local
298 temp_src = src - (pitch << 2);
299 LD_UB8(temp_src, pitch, p3, p2, p1, p0, q0, q1, q2, q3);
303 temp_src = src - 3 * pitch;
304 ST_UB4(p2, p1, p0, q0, temp_src, pitch);
305 temp_src += (4 * pitch);
306 ST_UB2(q1, q2, temp_src, pitch);
314 uint8_t *temp_src; local
325 temp_src = src_u - (pitch << 2);
326 LD_UB8(temp_src, pitch, p3_u, p2_u, p1_u, p0_u, q0_u, q1_u, q2_u, q3_u)
367 uint8_t *temp_src; local
509 uint8_t *temp_src; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c 164 struct rc_src_register temp_src; local
165 temp_src = writer->Inst->U.I.SrcReg[0];
168 writer->Inst->U.I.SrcReg[1] = temp_src;
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_8_msa.c 233 uint8_t *temp_src; local
245 temp_src = src - 4;
247 LD_UB8(temp_src, pitch, p0, p1, p2, p3, row4, row5, row6, row7);
248 temp_src += (8 * pitch);
249 LD_UB8(temp_src, pitch, q3, q2, q1, q0, row12, row13, row14, row15);
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 915 std::unique_ptr<uint8_t, FxFreeDeleter> temp_src(
917 uint8_t* pSrc = temp_src.get();
928 m_pProfile->transform(), m_pCache.get(), temp_src.get(), nMaxColors);
    [all...]
  /external/mesa3d/src/mesa/main/
mipmap.c 2051 GLubyte *temp_src = NULL, *temp_dst = NULL; local
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 2062 Register temp_src; local
    [all...]

Completed in 186 milliseconds