OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_fb_idx
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
onyxd_if.c
265
ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->
new_fb_idx
);
268
ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->
new_fb_idx
);
272
ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->
new_fb_idx
);
277
cm->frame_to_show = &cm->yv12_fb[cm->
new_fb_idx
];
279
cm->fb_idx_ref_cnt[cm->
new_fb_idx
]--;
378
cm->
new_fb_idx
= get_free_fb (cm);
381
pbi->dec_fb_ref[INTRA_FRAME] = &cm->yv12_fb[cm->
new_fb_idx
];
394
if (cm->fb_idx_ref_cnt[cm->
new_fb_idx
] > 0)
395
cm->fb_idx_ref_cnt[cm->
new_fb_idx
]--;
406
if (cm->fb_idx_ref_cnt[cm->
new_fb_idx
] > 0
[
all
...]
/external/libvpx/libvpx/vp8/common/
onyxc_int.h
82
int
new_fb_idx
, lst_fb_idx, gld_fb_idx, alt_fb_idx;
member in struct:VP8Common
alloccommon.c
69
oci->
new_fb_idx
= 0;
/external/libvpx/libvpx/vp8/encoder/
ethreading.c
86
int dst_fb_idx = cm->
new_fb_idx
;
458
mbd->dst = cm->yv12_fb[cm->
new_fb_idx
];
encodeframe.c
269
YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->
new_fb_idx
];
373
int dst_fb_idx = cm->
new_fb_idx
;
633
xd->dst = cm->yv12_fb[cm->
new_fb_idx
];
636
vp8_setup_intra_recon(&cm->yv12_fb[cm->
new_fb_idx
]);
[
all
...]
onyx_if.c
[
all
...]
firstpass.c
515
YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->
new_fb_idx
];
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_dx_iface.c
493
xd->dst = pc->yv12_fb[pc->
new_fb_idx
];
498
pbi->mb_row_di[i].mbd.dst = pc->yv12_fb[pc->
new_fb_idx
];
Completed in 2406 milliseconds