OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytes_in_layer
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
57
uint32_t
bytes_in_layer
[VPX_SS_MAX_LAYERS];
member in struct:SvcInternal
826
si->
bytes_in_layer
[si->layer] += frame_pkt_size;
957
si->
bytes_in_layer
[i]);
958
bytes_total += si->
bytes_in_layer
[i];
960
si->
bytes_in_layer
[i] = 0;
/external/libvpx/libvpx/vp8/encoder/
onyx_int.h
666
int64_t
bytes_in_layer
[VPX_TS_MAX_LAYERS];
member in struct:VP8_COMP
onyx_if.c
[
all
...]
Completed in 229 milliseconds