Searched refs:RTCD_VTABLE (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vp8/decoder/ |
D | decodframe.c | 104 #define RTCD_VTABLE(x) (&(pbi)->common.rtcd.x) macro 106 #define RTCD_VTABLE(x) NULL macro 237 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh16)(&b->dqcoeff[0], b->diff); in decode_macroblock() 249 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh1)(&b->dqcoeff[0], b->diff); in decode_macroblock() 274 IDCT_INVOKE(RTCD_VTABLE(idct), idct1_scalar_add) in decode_macroblock() 546 xd->subpixel_predict = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap4x4); in init_frame() 547 xd->subpixel_predict8x4 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap8x4); in init_frame() 548 xd->subpixel_predict8x8 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap8x8); in init_frame() 549 xd->subpixel_predict16x16 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap16x16); in init_frame() 553 xd->subpixel_predict = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear4x4); in init_frame() [all …]
|
D | threading.c | 31 #define RTCD_VTABLE(x) (&(pbi)->common.rtcd.x) macro 33 #define RTCD_VTABLE(x) NULL macro 159 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh16)(&b->dqcoeff[0], b->diff); in decode_macroblock() 171 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh1)(&b->dqcoeff[0], b->diff); in decode_macroblock() 195 IDCT_INVOKE(RTCD_VTABLE(idct), idct1_scalar_add) in decode_macroblock()
|
/external/libvpx/vp8/common/ |
D | postproc.c | 676 #define RTCD_VTABLE(oci) (&(oci)->rtcd.postproc) macro 678 #define RTCD_VTABLE(oci) NULL macro 713 q + (deblock_level - 5) * 10, 1, 0, RTCD_VTABLE(oci)); in vp8_post_proc_frame() 718 q, 1, 0, RTCD_VTABLE(oci)); in vp8_post_proc_frame() 733 POSTPROC_INVOKE(RTCD_VTABLE(oci), addnoise) in vp8_post_proc_frame() 1029 POSTPROC_INVOKE(RTCD_VTABLE(oci), blend_b) in vp8_post_proc_frame() 1046 POSTPROC_INVOKE(RTCD_VTABLE(oci), blend_mb_inner) in vp8_post_proc_frame() 1085 POSTPROC_INVOKE(RTCD_VTABLE(oci), blend_mb_outer) in vp8_post_proc_frame()
|