Lines Matching defs:MERGE
3394 #define MERGE(field) dst->field += src->field; src->field=0
3396 MERGE(me.scene_change_score);
3397 MERGE(me.mc_mb_var_sum_temp);
3398 MERGE(me.mb_var_sum_temp);
3404 MERGE(dct_count[0]); //note, the other dct vars are not part of the context
3405 MERGE(dct_count[1]);
3406 MERGE(mv_bits);
3407 MERGE(i_tex_bits);
3408 MERGE(p_tex_bits);
3409 MERGE(i_count);
3410 MERGE(skip_count);
3411 MERGE(misc_bits);
3412 MERGE(current_picture.encoding_error[0]);
3413 MERGE(current_picture.encoding_error[1]);
3414 MERGE(current_picture.encoding_error[2]);
3418 MERGE(dct_error_sum[0][i]);
3419 MERGE(dct_error_sum[1][i]);