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

  /external/libvpx/vp8/common/generic/
systemdependent.c 32 VP8_COMMON_RTCD *rtcd = &ctx->rtcd; local
34 rtcd->idct.idct1 = vp8_short_idct4x4llm_1_c;
35 rtcd->idct.idct16 = vp8_short_idct4x4llm_c;
36 rtcd->idct.idct1_scalar_add = vp8_dc_only_idct_add_c;
37 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_c;
38 rtcd->idct.iwalsh16 = vp8_short_inv_walsh4x4_c;
40 rtcd->recon.copy16x16 = vp8_copy_mem16x16_c;
41 rtcd->recon.copy8x8 = vp8_copy_mem8x8_c;
42 rtcd->recon.copy8x4 = vp8_copy_mem8x4_c
    [all...]
  /external/libvpx/vp8/common/arm/
arm_systemdependent.c 33 VP8_COMMON_RTCD *rtcd = &ctx->rtcd; local
38 rtcd->flags = flags;
44 rtcd->subpix.sixtap16x16 = vp8_sixtap_predict16x16_armv6;
45 rtcd->subpix.sixtap8x8 = vp8_sixtap_predict8x8_armv6;
46 rtcd->subpix.sixtap8x4 = vp8_sixtap_predict8x4_armv6;
47 rtcd->subpix.sixtap4x4 = vp8_sixtap_predict_armv6;
48 rtcd->subpix.bilinear16x16 = vp8_bilinear_predict16x16_armv6;
49 rtcd->subpix.bilinear8x8 = vp8_bilinear_predict8x8_armv6;
50 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/decoder/
dboolhuff.h 40 struct vp8_dboolhuff_rtcd_vtable *rtcd; member in struct:__anon5107
88 * functions right now. Disable RTCD to avoid using
101 /* wrapper functions to hide RTCD. static means inline means hopefully no
105 struct vp8_dboolhuff_rtcd_vtable *rtcd,
108 br->rtcd = rtcd;
110 return DBOOLHUFF_INVOKE(rtcd, start)(br, source, source_sz);
113 DBOOLHUFF_INVOKE(br->rtcd, fill)(br);
145 *return DBOOLHUFF_INVOKE(br->rtcd, debool)(br, probability);
197 *return DBOOLHUFF_INVOKE(br->rtcd, devalue)(br, bits)
    [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:__anon5054
  /external/libvpx/vp8/encoder/
onyx_int.h 623 VP8_ENCODER_RTCD rtcd; member in struct:__anon5136

Completed in 195 milliseconds