Home
last modified time | relevance | path

Searched refs:frame_width_mbaligned (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/encode/
Dh264encode.c113 static int frame_width_mbaligned; variable
904 frame_width_mbaligned = (frame_width + 15) & (~15); in process_cmdline()
906 if (frame_width != frame_width_mbaligned || in process_cmdline()
910 frame_width_mbaligned, frame_height_mbaligned in process_cmdline()
1127 VA_RT_FORMAT_YUV420, frame_width_mbaligned, frame_height_mbaligned, in setup_encode()
1135 VA_RT_FORMAT_YUV420, frame_width_mbaligned, frame_height_mbaligned, in setup_encode()
1147 frame_width_mbaligned, frame_height_mbaligned, in setup_encode()
1154 codedbuf_size = (frame_width_mbaligned * frame_height_mbaligned * 400) / (16*16); in setup_encode()
1290 seq_param.picture_width_in_mbs = frame_width_mbaligned / 16; in render_sequence()
1308 if (frame_width != frame_width_mbaligned || in render_sequence()
[all …]