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

  /external/libvpx/libvpx/vp8/encoder/
encodeintra.h 23 void vp8_encode_intra4x4block(MACROBLOCK *x, int ib);
encodeintra.c 37 vp8_encode_intra4x4block(x, i);
46 void vp8_encode_intra4x4block(MACROBLOCK *x, int ib) { function
77 for (i = 0; i < 16; ++i) vp8_encode_intra4x4block(mb, i);
pickinter.c 211 vp8_encode_intra4x4block(x, ib);
    [all...]

Completed in 74 milliseconds