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

  /external/libvpx/libvpx/vp8/encoder/
encodemv.h 19 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
encodemv.c 138 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]) function
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
ratectrl.c 310 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flag);
    [all...]
firstpass.c 575 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
    [all...]

Completed in 26 milliseconds