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

  /external/libvpx/vp8/common/generic/
systemdependent.c 26 VP8_COMMON_RTCD *rtcd = &ctx->rtcd; local
28 rtcd->idct.idct1 = vp8_short_idct4x4llm_1_c;
29 rtcd->idct.idct16 = vp8_short_idct4x4llm_c;
30 rtcd->idct.idct1_scalar_add = vp8_dc_only_idct_add_c;
31 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_c;
32 rtcd->idct.iwalsh16 = vp8_short_inv_walsh4x4_c;
34 rtcd->recon.copy16x16 = vp8_copy_mem16x16_c;
35 rtcd->recon.copy8x8 = vp8_copy_mem8x8_c;
36 rtcd->recon.copy8x4 = vp8_copy_mem8x4_c
    [all...]
  /external/libvpx/vp8/common/arm/
arm_systemdependent.c 25 VP8_COMMON_RTCD *rtcd = &ctx->rtcd; local
30 rtcd->flags = flags;
36 rtcd->subpix.sixtap16x16 = vp8_sixtap_predict16x16_armv6;
37 rtcd->subpix.sixtap8x8 = vp8_sixtap_predict8x8_armv6;
38 rtcd->subpix.sixtap8x4 = vp8_sixtap_predict8x4_armv6;
39 rtcd->subpix.sixtap4x4 = vp8_sixtap_predict_armv6;
40 rtcd->subpix.bilinear16x16 = vp8_bilinear_predict16x16_armv6;
41 rtcd->subpix.bilinear8x8 = vp8_bilinear_predict8x8_armv6;
42 rtcd->subpix.bilinear8x4 = vp8_bilinear_predict8x4_armv6
    [all...]
  /external/libvpx/vp8/common/x86/
x86_systemdependent.c 25 VP8_COMMON_RTCD *rtcd = &ctx->rtcd; local
44 rtcd->idct.idct1 = vp8_short_idct4x4llm_1_mmx;
45 rtcd->idct.idct16 = vp8_short_idct4x4llm_mmx;
46 rtcd->idct.idct1_scalar_add = vp8_dc_only_idct_add_mmx;
47 rtcd->idct.iwalsh16 = vp8_short_inv_walsh4x4_mmx;
48 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_mmx;
52 rtcd->recon.recon = vp8_recon_b_mmx;
53 rtcd->recon.copy8x8 = vp8_copy_mem8x8_mmx;
54 rtcd->recon.copy8x4 = vp8_copy_mem8x4_mmx
    [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 197 VP8_COMMON_RTCD rtcd; member in struct:VP8Common
blockd.h 286 struct VP8_COMMON_RTCD *rtcd; member in struct:__anon7672
  /external/libvpx/vp8/encoder/
onyx_int.h 638 VP8_ENCODER_RTCD rtcd; member in struct:__anon7740

Completed in 195 milliseconds