OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bp_byte_size
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/videoencoder/
bitstream.h
348
int
bp_byte_size
, i, pic_byte_size;
local
361
bp_byte_size
= (sei_bp_bs.bit_offset + 7) / 8;
378
bitstream_put_ui(&nal_bs,
bp_byte_size
, 8);
381
for(i = 0; i <
bp_byte_size
; i++) {
/hardware/intel/common/libva/test/encode/
avcenc.c
1086
int
bp_byte_size
, i, pic_byte_size;
local
[
all
...]
h264encode.c
471
int
bp_byte_size
, i, pic_byte_size;
local
484
bp_byte_size
= (sei_bp_bs.bit_offset + 7) / 8;
501
bitstream_put_ui(&nal_bs,
bp_byte_size
, 8);
504
for(i = 0; i <
bp_byte_size
; i++) {
[
all
...]
Completed in 288 milliseconds