OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pic_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
370
pic_byte_size
= (sei_pic_bs.bit_offset + 7) / 8;
387
bitstream_put_ui(&nal_bs,
pic_byte_size
, 8);
390
for(i = 0; i <
pic_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
493
pic_byte_size
= (sei_pic_bs.bit_offset + 7) / 8;
510
bitstream_put_ui(&nal_bs,
pic_byte_size
, 8);
513
for(i = 0; i <
pic_byte_size
; i++) {
[
all
...]
Completed in 98 milliseconds