Searched defs:recon_uv_stride (Results 1 - 12 of 12) sorted by last modified time

/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c516 int recon_uv_stride = yv12_fb_new->uv_stride; local
564 recon_uvoffset = mb_row * recon_uv_stride * 8;
677 recon_y_stride, recon_uv_stride,
681 recon_y_stride, recon_uv_stride,
691 eb_dst[1] += recon_uv_stride * 8;
692 eb_dst[2] += recon_uv_stride * 8;
696 lf_dst[1] += recon_uv_stride * 8;
697 lf_dst[2] += recon_uv_stride * 8;
712 eb_dst[1] += recon_uv_stride * 8;
713 eb_dst[2] += recon_uv_stride *
[all...]
H A Dthreading.c311 int recon_uv_stride = yv12_fb_new->uv_stride; local
357 recon_uvoffset = mb_row * recon_uv_stride * 8;
501 vpx_memcpy((pbi->mt_uabove_row[mb_row + 1] + 16 + mb_col*8), (xd->dst.u_buffer + 7 * recon_uv_stride), 8);
502 vpx_memcpy((pbi->mt_vabove_row[mb_row + 1] + 16 + mb_col*8), (xd->dst.v_buffer + 7 * recon_uv_stride), 8);
516 pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7];
517 pbi->mt_vleft_col[mb_row][i] = xd->dst.v_buffer [i* recon_uv_stride + 7];
537 (xd->dst.y_buffer, xd->dst.u_buffer, xd->dst.v_buffer, recon_y_stride, recon_uv_stride, &lfi);
541 (xd->dst.y_buffer, xd->dst.u_buffer, xd->dst.v_buffer, recon_y_stride, recon_uv_stride, &lfi);
546 (xd->dst.y_buffer, xd->dst.u_buffer, xd->dst.v_buffer, recon_y_stride, recon_uv_stride, &lfi);
550 (xd->dst.y_buffer, xd->dst.u_buffer, xd->dst.v_buffer, recon_y_stride, recon_uv_stride,
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c375 int recon_uv_stride = cm->yv12_fb[ref_fb_idx].uv_stride; local
408 recon_uvoffset = (mb_row * recon_uv_stride * 8);
H A Dethreading.c88 int recon_uv_stride = cm->yv12_fb[ref_fb_idx].uv_stride; local
110 recon_uvoffset = (mb_row * recon_uv_stride * 8);
H A Dfirstpass.c519 int recon_uv_stride = lst_yv12->uv_stride; local
588 recon_uvoffset = (mb_row * recon_uv_stride * 8);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c488 int recon_uv_stride = lst_yv12->uv_stride; local
531 recon_uv_stride = first_ref_buf->uv_stride;
573 recon_uvoffset = (mb_row * recon_uv_stride * uv_mb_height);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c517 int recon_uv_stride = yv12_fb_new->uv_stride; local
565 recon_uvoffset = mb_row * recon_uv_stride * 8;
686 recon_y_stride, recon_uv_stride,
690 recon_y_stride, recon_uv_stride,
700 eb_dst[1] += recon_uv_stride * 8;
701 eb_dst[2] += recon_uv_stride * 8;
705 lf_dst[1] += recon_uv_stride * 8;
706 lf_dst[2] += recon_uv_stride * 8;
721 eb_dst[1] += recon_uv_stride * 8;
722 eb_dst[2] += recon_uv_stride *
[all...]
H A Dthreading.c311 int recon_uv_stride = yv12_fb_new->uv_stride; local
357 recon_uvoffset = mb_row * recon_uv_stride * 8;
501 vpx_memcpy((pbi->mt_uabove_row[mb_row + 1] + 16 + mb_col*8), (xd->dst.u_buffer + 7 * recon_uv_stride), 8);
502 vpx_memcpy((pbi->mt_vabove_row[mb_row + 1] + 16 + mb_col*8), (xd->dst.v_buffer + 7 * recon_uv_stride), 8);
516 pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7];
517 pbi->mt_vleft_col[mb_row][i] = xd->dst.v_buffer [i* recon_uv_stride + 7];
537 (xd->dst.y_buffer, xd->dst.u_buffer, xd->dst.v_buffer, recon_y_stride, recon_uv_stride, &lfi);
541 (xd->dst.y_buffer, xd->dst.u_buffer, xd->dst.v_buffer, recon_y_stride, recon_uv_stride, &lfi);
546 (xd->dst.y_buffer, xd->dst.u_buffer, xd->dst.v_buffer, recon_y_stride, recon_uv_stride, &lfi);
550 (xd->dst.y_buffer, xd->dst.u_buffer, xd->dst.v_buffer, recon_y_stride, recon_uv_stride,
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeframe.c375 int recon_uv_stride = cm->yv12_fb[ref_fb_idx].uv_stride; local
408 recon_uvoffset = (mb_row * recon_uv_stride * 8);
H A Dethreading.c88 int recon_uv_stride = cm->yv12_fb[ref_fb_idx].uv_stride; local
110 recon_uvoffset = (mb_row * recon_uv_stride * 8);
H A Dfirstpass.c519 int recon_uv_stride = lst_yv12->uv_stride; local
588 recon_uvoffset = (mb_row * recon_uv_stride * 8);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c407 int recon_uv_stride = lst_yv12->uv_stride; local
481 recon_uv_stride = new_yv12->uv_stride;
523 recon_uvoffset = (mb_row * recon_uv_stride * uv_mb_height);

Completed in 204 milliseconds