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

  /external/libvpx/vp8/common/arm/
systemdependent.c 32 VP8_COMMON_RTCD *rtcd = &ctx->rtcd; local
35 rtcd->subpix.sixtap16x16 = vp8_sixtap_predict16x16_neon;
36 rtcd->subpix.sixtap8x8 = vp8_sixtap_predict8x8_neon;
37 rtcd->subpix.sixtap8x4 = vp8_sixtap_predict8x4_neon;
38 rtcd->subpix.sixtap4x4 = vp8_sixtap_predict_neon;
39 rtcd->subpix.bilinear16x16 = vp8_bilinear_predict16x16_neon;
40 rtcd->subpix.bilinear8x8 = vp8_bilinear_predict8x8_neon;
41 rtcd->subpix.bilinear8x4 = vp8_bilinear_predict8x4_neon;
42 rtcd->subpix.bilinear4x4 = vp8_bilinear_predict4x4_neon
    [all...]
  /external/libvpx/vp8/common/generic/
systemdependent.c 31 VP8_COMMON_RTCD *rtcd = &ctx->rtcd; local
33 rtcd->idct.idct1 = vp8_short_idct4x4llm_1_c;
34 rtcd->idct.idct16 = vp8_short_idct4x4llm_c;
35 rtcd->idct.idct1_scalar_add = vp8_dc_only_idct_add_c;
36 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_c;
37 rtcd->idct.iwalsh16 = vp8_short_inv_walsh4x4_c;
39 rtcd->recon.copy16x16 = vp8_copy_mem16x16_c;
40 rtcd->recon.copy8x8 = vp8_copy_mem8x8_c;
41 rtcd->recon.copy8x4 = vp8_copy_mem8x4_c
    [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:__anon5271
88 // functions right now. Disable RTCD to avoid using
100 /* wrapper functions to hide RTCD. static means inline means hopefully no
104 struct vp8_dboolhuff_rtcd_vtable *rtcd,
107 br->rtcd = rtcd;
109 return DBOOLHUFF_INVOKE(rtcd, start)(br, source, source_sz);
112 DBOOLHUFF_INVOKE(br->rtcd, fill)(br);
144 *return DBOOLHUFF_INVOKE(br->rtcd, debool)(br, probability);
196 *return DBOOLHUFF_INVOKE(br->rtcd, devalue)(br, bits)
    [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 196 VP8_COMMON_RTCD rtcd; member in struct:VP8Common
blockd.h 286 struct VP8_COMMON_RTCD *rtcd; member in struct:__anon5217
  /external/libvpx/vp8/encoder/
onyx_int.h 615 VP8_ENCODER_RTCD rtcd; member in struct:__anon5299

Completed in 464 milliseconds