HomeSort by relevance Sort by last modified time
    Searched refs:recon_yoffset (Results 1 - 13 of 13) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
pickinter.h 20 extern void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
rdopt.h 68 int recon_yoffset, int recon_uvoffset,
75 unsigned int recon_yoffset,
77 plane[0] = fb->y_buffer + recon_yoffset;
84 unsigned int recon_yoffset,
88 plane[LAST_FRAME], recon_yoffset, recon_uvoffset);
93 plane[GOLDEN_FRAME], recon_yoffset, recon_uvoffset);
98 plane[ALTREF_FRAME], recon_yoffset, recon_uvoffset);
117 int recon_yoffset, int near_sadidx[]);
encodeframe.h 31 TOKENEXTRA **t, int recon_yoffset,
denoising.h 95 int recon_yoffset, int recon_uvoffset,
denoising.c 473 int recon_yoffset, int recon_uvoffset,
581 filter_xd->pre.y_buffer = src->y_buffer + recon_yoffset;
585 filter_xd->dst.y_buffer = dst->y_buffer + recon_yoffset;
610 denoiser->yv12_mc_running_avg.y_buffer + recon_yoffset;
613 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset;
653 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
701 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
714 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
722 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
encodeframe.c 241 int recon_yoffset; local
254 recon_yoffset = (mb_row * recon_y_stride * 16);
259 xd->dst.y_buffer = new_yv12->y_buffer + recon_yoffset;
261 recon_yoffset += 16;
328 int recon_yoffset, recon_uvoffset; local
366 recon_yoffset = (mb_row * recon_y_stride * 16);
406 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset;
459 cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
547 recon_yoffset += 16;
    [all...]
ethreading.c 76 int recon_yoffset, recon_uvoffset; local
102 recon_yoffset = (mb_row * recon_y_stride * 16);
141 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset;
182 cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
272 recon_yoffset += 16;
firstpass.c 381 int *best_motion_err, int recon_yoffset) {
395 raw_ptr = (unsigned char *)(raw_buffer->y_buffer + recon_yoffset + d->offset);
400 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
409 int *best_motion_err, int recon_yoffset) {
429 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
478 int recon_yoffset, recon_uvoffset; local
549 recon_yoffset = (mb_row * recon_y_stride * 16);
565 xd->dst.y_buffer = new_yv12->y_buffer + recon_yoffset;
608 recon_yoffset);
620 lst_yv12, &motion_error, recon_yoffset);
    [all...]
pickinter.c 558 void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
609 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset);
623 cpi->denoiser.yv12_running_avg[LAST_FRAME].y_buffer + recon_yoffset;
955 vp8_cal_sad(cpi, xd, x, recon_yoffset, &near_sadidx[0]);
    [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 295 int recon_yoffset, recon_uvoffset; local
313 recon_yoffset = mb_row * recon_y_stride * 16;
338 xd->recon_above[0] = dst_buffer[0] + recon_yoffset;
399 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset;
404 ref_buffer[xd->mode_info_context->mbmi.ref_frame][0] + recon_yoffset;
522 recon_yoffset += 16;
decodeframe.c 445 int recon_yoffset, recon_uvoffset; local
494 recon_yoffset = mb_row * recon_y_stride * 16;
506 xd->recon_above[0] = dst_buffer[0] + recon_yoffset;
556 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset;
562 xd->pre.y_buffer = ref_buffer[ref][0] + recon_yoffset;
590 recon_yoffset += 16;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 843 int recon_yoffset, recon_uvoffset; local
900 recon_yoffset =
    [all...]

Completed in 219 milliseconds