rdopt.c | 521 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) function 569 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC, 572 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2, 682 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ); 834 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV, 1041 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC, [all...] |