HomeSort by relevance Sort by last modified time
    Searched refs:fwd_txfm4x4 (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 195 void (*fwd_txfm4x4)(const int16_t *input, tran_low_t *output, int stride); member in struct:macroblock
vp9_encodemb.c 361 x->fwd_txfm4x4(src_diff, coeff, diff_stride);
391 x->fwd_txfm4x4(src_diff, coeff, diff_stride);
437 x->fwd_txfm4x4(src_diff, coeff, diff_stride);
465 x->fwd_txfm4x4(src_diff, coeff, diff_stride);
514 x->fwd_txfm4x4(src_diff, coeff, diff_stride);
547 x->fwd_txfm4x4(src_diff, coeff, diff_stride);
    [all...]
vp9_encodeframe.c     [all...]
vp9_encoder.c     [all...]
vp9_pickmode.c 730 x->fwd_txfm4x4(src_diff, coeff, diff_stride);
    [all...]
vp9_rdopt.c     [all...]

Completed in 78 milliseconds