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

  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 159 YV12_BUFFER_CONFIG *buf, int mb_y_offset,
170 x->plane[0].src.buf = buf->y_buffer + mb_y_offset;
173 xd->plane[0].dst.buf = get_frame_new_buffer(cm)->y_buffer + mb_y_offset;
184 xd->plane[0].pre[0].buf = golden_ref->y_buffer + mb_y_offset;
199 xd->plane[0].pre[0].buf = alt_ref->y_buffer + mb_y_offset;
221 int mb_y_offset = 0, arf_y_offset = 0, gld_y_offset = 0; local
244 int mb_y_in_offset = mb_y_offset;
277 mb_y_offset += buf->y_stride * 16;
vp9_temporal_filter.c 314 int mb_y_offset = mb_row * 16 * (f->y_stride) + 16 * mb_col_start; local
367 cpi, td, frames[alt_ref_index]->y_buffer + mb_y_offset,
368 frames[frame]->y_buffer + mb_y_offset, frames[frame]->y_stride,
380 mbd, frames[frame]->y_buffer + mb_y_offset,
391 f->y_buffer + mb_y_offset, f->y_stride, predictor, 16, 16,
403 vp9_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
417 vp9_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
440 byte = mb_y_offset;
488 byte = mb_y_offset;
533 byte = mb_y_offset;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 194 int mb_y_offset = 0; local
252 cpi, cpi->frames[alt_ref_index], cpi->frames[frame], mb_y_offset,
265 mbd, cpi->frames[frame]->y_buffer + mb_y_offset,
272 vp8_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
289 byte = mb_y_offset;
332 mb_y_offset += 16;
336 mb_y_offset += 16 * (f->y_stride - mb_cols);

Completed in 1781 milliseconds