OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yv12_fb
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/vp8/decoder/
threading.c
59
mbd->pre = pc->
yv12_fb
[pc->lst_fb_idx];
60
mbd->dst = pc->
yv12_fb
[pc->new_fb_idx];
251
int recon_y_stride = pc->
yv12_fb
[ref_fb_idx].y_stride;
252
int recon_uv_stride = pc->
yv12_fb
[ref_fb_idx].uv_stride;
302
xd->dst.y_buffer = pc->
yv12_fb
[dst_fb_idx].y_buffer + recon_yoffset;
303
xd->dst.u_buffer = pc->
yv12_fb
[dst_fb_idx].u_buffer + recon_uvoffset;
304
xd->dst.v_buffer = pc->
yv12_fb
[dst_fb_idx].v_buffer + recon_uvoffset;
316
xd->pre.y_buffer = pc->
yv12_fb
[ref_fb_idx].y_buffer + recon_yoffset;
317
xd->pre.u_buffer = pc->
yv12_fb
[ref_fb_idx].u_buffer + recon_uvoffset;
318
xd->pre.v_buffer = pc->
yv12_fb
[ref_fb_idx].v_buffer + recon_uvoffset
[
all
...]
decodframe.c
332
int recon_y_stride = pc->
yv12_fb
[ref_fb_idx].y_stride;
333
int recon_uv_stride = pc->
yv12_fb
[ref_fb_idx].uv_stride;
364
xd->dst.y_buffer = pc->
yv12_fb
[dst_fb_idx].y_buffer + recon_yoffset;
365
xd->dst.u_buffer = pc->
yv12_fb
[dst_fb_idx].u_buffer + recon_uvoffset;
366
xd->dst.v_buffer = pc->
yv12_fb
[dst_fb_idx].v_buffer + recon_uvoffset;
378
xd->pre.y_buffer = pc->
yv12_fb
[ref_fb_idx].y_buffer + recon_yoffset;
379
xd->pre.u_buffer = pc->
yv12_fb
[ref_fb_idx].u_buffer + recon_uvoffset;
380
xd->pre.v_buffer = pc->
yv12_fb
[ref_fb_idx].v_buffer + recon_uvoffset;
385
xd->corrupted |= pc->
yv12_fb
[ref_fb_idx].corrupted;
412
&pc->
yv12_fb
[dst_fb_idx]
[
all
...]
onyxd_if.c
136
vp8_yv12_copy_frame_ptr(&cm->
yv12_fb
[ref_fb_idx], sd);
157
vp8_yv12_copy_frame_ptr(sd, &cm->
yv12_fb
[ref_fb_idx]);
237
cm->frame_to_show = &cm->
yv12_fb
[cm->lst_fb_idx];
240
cm->frame_to_show = &cm->
yv12_fb
[cm->new_fb_idx];
274
cm->
yv12_fb
[cm->lst_fb_idx].corrupted = 1;
311
cm->
yv12_fb
[cm->lst_fb_idx].corrupted = 1;
/external/libvpx/vp8/common/
alloccommon.c
39
vp8_yv12_de_alloc_frame_buffer(&oci->
yv12_fb
[i]);
70
if (vp8_yv12_alloc_frame_buffer(&oci->
yv12_fb
[i], width, height, VP8BORDERINPIXELS) < 0)
onyxc_int.h
101
YV12_BUFFER_CONFIG
yv12_fb
[NUM_YV12_BUFFERS];
member in struct:VP8Common
/external/libvpx/vp8/encoder/
ethreading.c
92
int recon_y_stride = cm->
yv12_fb
[ref_fb_idx].y_stride;
93
int recon_uv_stride = cm->
yv12_fb
[ref_fb_idx].uv_stride;
142
xd->dst.y_buffer = cm->
yv12_fb
[dst_fb_idx].y_buffer + recon_yoffset;
143
xd->dst.u_buffer = cm->
yv12_fb
[dst_fb_idx].u_buffer + recon_uvoffset;
144
xd->dst.v_buffer = cm->
yv12_fb
[dst_fb_idx].v_buffer + recon_uvoffset;
251
&cm->
yv12_fb
[dst_fb_idx],
433
mbd->pre = cm->
yv12_fb
[cm->lst_fb_idx];
434
mbd->dst = cm->
yv12_fb
[cm->new_fb_idx];
encodeframe.c
479
int recon_y_stride = cm->
yv12_fb
[ref_fb_idx].y_stride;
480
int recon_uv_stride = cm->
yv12_fb
[ref_fb_idx].uv_stride;
530
xd->dst.y_buffer = cm->
yv12_fb
[dst_fb_idx].y_buffer + recon_yoffset;
531
xd->dst.u_buffer = cm->
yv12_fb
[dst_fb_idx].u_buffer + recon_uvoffset;
532
xd->dst.v_buffer = cm->
yv12_fb
[dst_fb_idx].v_buffer + recon_uvoffset;
659
&cm->
yv12_fb
[dst_fb_idx],
771
xd->pre = cm->
yv12_fb
[cm->lst_fb_idx];
772
xd->dst = cm->
yv12_fb
[cm->new_fb_idx];
776
vp8_setup_intra_recon(&cm->
yv12_fb
[cm->new_fb_idx]);
[
all
...]
onyx_if.c
[
all
...]
pickinter.c
465
YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.
yv12_fb
[cpi->common.lst_fb_idx];
479
YV12_BUFFER_CONFIG *gld_yv12 = &cpi->common.
yv12_fb
[cpi->common.gld_fb_idx];
493
YV12_BUFFER_CONFIG *alt_yv12 = &cpi->common.
yv12_fb
[cpi->common.alt_fb_idx];
firstpass.c
495
YV12_BUFFER_CONFIG *lst_yv12 = &cm->
yv12_fb
[cm->lst_fb_idx];
496
YV12_BUFFER_CONFIG *new_yv12 = &cm->
yv12_fb
[cm->new_fb_idx];
497
YV12_BUFFER_CONFIG *gld_yv12 = &cm->
yv12_fb
[cm->gld_fb_idx];
[
all
...]
rdopt.c
[
all
...]
Completed in 584 milliseconds