OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_ref_buf
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c
506
const YV12_BUFFER_CONFIG *
first_ref_buf
= lst_yv12;
local
528
first_ref_buf
= scaled_ref_buf;
529
recon_y_stride =
first_ref_buf
->y_stride;
530
recon_uv_stride =
first_ref_buf
->uv_stride;
531
uv_mb_height = 16 >> (
first_ref_buf
->y_height >
first_ref_buf
->uv_height);
540
vp9_setup_pre_planes(xd, 0,
first_ref_buf
, 0, 0, NULL);
633
xd->plane[0].pre[0].buf =
first_ref_buf
->y_buffer + recon_yoffset;
683
xd->plane[0].pre[0].buf =
first_ref_buf
->y_buffer + recon_yoffset;
684
xd->plane[1].pre[0].buf =
first_ref_buf
->u_buffer + recon_uvoffset
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
434
const YV12_BUFFER_CONFIG *
first_ref_buf
= lst_yv12;
local
474
first_ref_buf
= scaled_ref_buf;
491
vp9_setup_pre_planes(xd, 0,
first_ref_buf
, 0, 0, NULL);
599
xd->plane[0].pre[0].buf =
first_ref_buf
->y_buffer + recon_yoffset;
662
xd->plane[0].pre[0].buf =
first_ref_buf
->y_buffer + recon_yoffset;
663
xd->plane[1].pre[0].buf =
first_ref_buf
->u_buffer + recon_uvoffset;
664
xd->plane[2].pre[0].buf =
first_ref_buf
->v_buffer + recon_uvoffset;
[
all
...]
Completed in 66 milliseconds