HomeSort by relevance Sort by last modified time
    Searched full:cost_coeffs (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 516 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) function
564 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC,
567 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2,
677 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
829 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV,
1036 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
    [all...]

Completed in 57 milliseconds