OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lst_fb_idx
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/vp8/decoder/
onyxd_if.c
128
ref_fb_idx = cm->
lst_fb_idx
;
149
ref_fb_idx = cm->
lst_fb_idx
;
204
new_fb = cm->
lst_fb_idx
;
218
new_fb = cm->
lst_fb_idx
;
235
ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->
lst_fb_idx
, cm->new_fb_idx);
237
cm->frame_to_show = &cm->yv12_fb[cm->
lst_fb_idx
];
274
cm->yv12_fb[cm->
lst_fb_idx
].corrupted = 1;
311
cm->yv12_fb[cm->
lst_fb_idx
].corrupted = 1;
threading.c
59
mbd->pre = pc->yv12_fb[pc->
lst_fb_idx
];
249
int ref_fb_idx = pc->
lst_fb_idx
;
310
ref_fb_idx = pc->
lst_fb_idx
;
700
vpx_memset(pbi->mt_yabove_row[0] + VP8BORDERINPIXELS-1, 127, pc->yv12_fb[pc->
lst_fb_idx
].y_width + 5);
701
vpx_memset(pbi->mt_uabove_row[0] + (VP8BORDERINPIXELS>>1)-1, 127, (pc->yv12_fb[pc->
lst_fb_idx
].y_width>>1) +5);
702
vpx_memset(pbi->mt_vabove_row[0] + (VP8BORDERINPIXELS>>1)-1, 127, (pc->yv12_fb[pc->
lst_fb_idx
].y_width>>1) +5);
736
int ref_fb_idx = pc->
lst_fb_idx
;
789
ref_fb_idx = pc->
lst_fb_idx
;
[
all
...]
decodframe.c
330
int ref_fb_idx = pc->
lst_fb_idx
;
372
ref_fb_idx = pc->
lst_fb_idx
;
843
vpx_memcpy(&xd->pre, &pc->yv12_fb[pc->
lst_fb_idx
], sizeof(YV12_BUFFER_CONFIG));
/external/libvpx/vp8/common/
onyxc_int.h
103
int new_fb_idx,
lst_fb_idx
, gld_fb_idx, alt_fb_idx;
member in struct:VP8Common
alloccommon.c
78
oci->
lst_fb_idx
= 1;
/external/libvpx/vp8/encoder/
ethreading.c
90
int ref_fb_idx = cm->
lst_fb_idx
;
433
mbd->pre = cm->yv12_fb[cm->
lst_fb_idx
];
onyx_if.c
[
all
...]
encodeframe.c
477
int ref_fb_idx = cm->
lst_fb_idx
;
771
xd->pre = cm->yv12_fb[cm->
lst_fb_idx
];
[
all
...]
firstpass.c
495
YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->
lst_fb_idx
];
[
all
...]
rdopt.c
[
all
...]
pickinter.c
465
YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.
lst_fb_idx
];
Completed in 74 milliseconds