Searched refs:cost_coeffs (Results 1 – 3 of 3) 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 | 362 static int cost_coeffs(MACROBLOCK *x, int plane, int block, TX_SIZE tx_size, in cost_coeffs() function 736 return cost_coeffs(args->x, plane, block, tx_size, coeff_ctx, args->so->scan, in rate_block() 1155 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1173 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1255 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1270 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block() 1723 thisrate += cost_coeffs(x, 0, k, TX_4X4, coeff_ctx, so->scan, in encode_inter_mb_segment()
|
/external/libaom/libaom/av1/encoder/ |
D | tx_search.c | 2064 static INLINE int cost_coeffs(MACROBLOCK *x, int plane, int block, in cost_coeffs() function 2252 cost_coeffs(x, plane, block, tx_size, tx_type, txb_ctx, in search_tx_type()
|