Searched refs:fwd_txm4x4 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_block.h122 void (*fwd_txm4x4)(const int16_t *input, tran_low_t *output, int stride); member in struct:macroblock
H A Dvp9_encodemb.c354 x->fwd_txm4x4(src_diff, coeff, diff_stride);
402 x->fwd_txm4x4(src_diff, coeff, diff_stride);
452 x->fwd_txm4x4(src_diff, coeff, diff_stride);
700 x->fwd_txm4x4(src_diff, coeff, diff_stride);
H A Dvp9_encoder.c2779 cpi->mb.fwd_txm4x4 = lossless ? vp9_high_fwht4x4 : vp9_high_fdct4x4;
2781 cpi->mb.fwd_txm4x4 = lossless ? vp9_fwht4x4 : vp9_fdct4x4;
2785 cpi->mb.fwd_txm4x4 = lossless ? vp9_fwht4x4 : vp9_fdct4x4;
H A Dvp9_encodeframe.c3317 x->fwd_txm4x4 = xd->lossless ? vp9_fwht4x4 : vp9_fdct4x4;
H A Dvp9_rdopt.c1146 x->fwd_txm4x4(raster_block_offset_int16(BLOCK_8X8, k, p->src_diff),
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h193 void (*fwd_txm4x4)(const int16_t *input, int16_t *output, int stride); member in struct:macroblock
H A Dvp9_encodemb.c356 x->fwd_txm4x4(src_diff, coeff, diff_stride);
577 x->fwd_txm4x4(src_diff, coeff, diff_stride);
H A Dvp9_onyx_if.c538 cpi->mb.fwd_txm4x4 = vp9_fdct4x4;
540 cpi->mb.fwd_txm4x4 = vp9_fwht4x4;
H A Dvp9_encodeframe.c2614 cpi->mb.fwd_txm4x4 = vp9_fwht4x4;
2622 cpi->mb.fwd_txm4x4 = vp9_fdct4x4;
H A Dvp9_rdopt.c1589 x->fwd_txm4x4(raster_block_offset_int16(BLOCK_8X8, k, p->src_diff),

Completed in 7073 milliseconds