Searched refs:cost_coeffs (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 417 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, in cost_coeffs() function 461 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_NO_DC, in vp8_rdcost_mby() 465 cost += cost_coeffs(mb, x->block + 24, PLANE_TYPE_Y2, in vp8_rdcost_mby() 562 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ); in rd_pick_intra4x4block() 699 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_UV, in rd_cost_mbuv() 888 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC, in rdcost_mbsegment_y()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 354 static int cost_coeffs(MACROBLOCK *x, int plane, int block, TX_SIZE tx_size, in cost_coeffs() function 655 return cost_coeffs(args->x, plane, block, tx_size, coeff_ctx, args->so->scan, in rate_block() 1016 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1034 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1116 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1131 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1582 thisrate += cost_coeffs(x, 0, k, TX_4X4, coeff_ctx, so->scan, in encode_inter_mb_segment()
|