OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP9D_COMP
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_if.c
110
static void init_macroblockd(
VP9D_COMP
*const pbi) {
123
VP9D_COMP
*const pbi = vpx_memalign(32, sizeof(
VP9D_COMP
));
165
VP9D_COMP
*const pbi = (
VP9D_COMP
*)ptr;
194
VP9D_COMP
*pbi = (
VP9D_COMP
*) ptr;
220
VP9D_COMP
*pbi = (
VP9D_COMP
*) ptr;
261
VP9D_COMP
*pbi = (VP9D_COMP *) ptr
[
all
...]
vp9_onyxd_int.h
58
}
VP9D_COMP
;
vp9_decodframe.c
206
static void alloc_tile_storage(
VP9D_COMP
*pbi, int tile_rows, int tile_cols) {
703
static void apply_frame_size(
VP9D_COMP
*pbi, int width, int height) {
733
static void setup_frame_size(
VP9D_COMP
*pbi,
741
static void setup_frame_size_with_refs(
VP9D_COMP
*pbi,
768
static void setup_tile_context(
VP9D_COMP
*const pbi, MACROBLOCKD *const xd,
781
static void decode_tile(
VP9D_COMP
*pbi, const TileInfo *const tile,
882
static const uint8_t *decode_tiles(
VP9D_COMP
*pbi, const uint8_t *data) {
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_dx_iface.c
350
VP9D_COMP
*pbi = (
VP9D_COMP
*)ctx->pbi;
642
VP9D_COMP
*pbi = (
VP9D_COMP
*)ctx->pbi;
660
VP9D_COMP
*pbi = (
VP9D_COMP
*)ctx->pbi;
Completed in 52 milliseconds