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

  /external/libvpx/vp8/encoder/
ethreading.c 18 extern int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, int recon_yoffset, int recon_uvoffset);
139 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset);
encodeframe.c 51 int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, int recon_yoffset, int recon_uvoffset);
454 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset);
477 // during vp8cx_encode_inter_macroblock()) back into the global sgmentation map
1161 int vp8cx_encode_inter_macroblock function
    [all...]

Completed in 17 milliseconds