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

  /external/libvpx/vp8/encoder/
rdopt.c 484 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) function
532 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC,
535 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2,
640 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
787 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV,
968 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
    [all...]

Completed in 467 milliseconds