Lines Matching defs:args
967 struct estimate_block_intra_args *const args = arg;
968 VP9_COMP *const cpi = args->cpi;
969 MACROBLOCK *const x = args->x;
986 args->mode, x->skip_encode ? p->src.buf : pd->dst.buf,
993 block_yrd(cpi, x, &this_rdc, &args->skippable, &this_sse, bsize_tx,
1004 args->rdc->rate += this_rdc.rate;
1005 args->rdc->dist += this_rdc.dist;
1081 struct estimate_block_intra_args args = { cpi, x, DC_PRED, 1, 0 };
1110 args.mode = this_mode;
1111 args.skippable = 1;
1112 args.rdc = &this_rdc;
1115 &args);
1116 if (args.skippable) {
2081 struct estimate_block_intra_args args = { cpi, x, DC_PRED, 1, 0 };
2136 args.mode = this_mode;
2137 args.skippable = 1;
2138 args.rdc = &this_rdc;
2141 &args);
2144 if (args.skippable) {
2155 estimate_block_intra, &args);
2158 estimate_block_intra, &args);