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

  /external/libvpx/vp8/common/
postproc.c 312 int ppl = (int)(level + .5); local
316 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
320 POSTPROC_INVOKE(rtcd, downacross)(source->u_buffer, post->u_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
321 POSTPROC_INVOKE(rtcd, downacross)(source->v_buffer, post->v_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
333 int ppl = (int)(level + .5); local
337 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
338 POSTPROC_INVOKE(rtcd, downacross)(source->u_buffer, post->u_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
339 POSTPROC_INVOKE(rtcd, downacross)(source->v_buffer, post->v_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
350 int ppl = (int)(level + .5); local
362 ppl);
    [all...]
  /external/openssl/apps/
openssl.cnf 320 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 101 ;;add r9, ppl, #30 ; attempt to load 2 adjacent cache lines
103 ;pld [src, ppl]

Completed in 204 milliseconds