Searched refs:short_walsh4x4 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | block.h | 157 void (*short_walsh4x4)(short *input, short *output, int pitch); member
|
D | encodemb.c | 86 x->short_walsh4x4(&x->block[24].src_diff[0], &x->block[24].coeff[0], 8); in vp8_transform_intra_mby() 105 x->short_walsh4x4(&x->block[24].src_diff[0], &x->block[24].coeff[0], 8); in transform_mb() 119 x->short_walsh4x4(&x->block[24].src_diff[0], &x->block[24].coeff[0], 8); in transform_mby()
|
D | ethreading.c | 339 z->short_walsh4x4 = x->short_walsh4x4; in setup_mbby_copy()
|
D | rdopt.c | 491 mb->short_walsh4x4(mb_y2->src_diff, mb_y2->coeff, 8); in macro_block_yrd()
|
D | onyx_if.c | 1053 cpi->mb.short_walsh4x4 = vp8_short_walsh4x4; in vp8_set_speed_features()
|