Searched refs:show_frame (Results 1 - 25 of 26) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dheader.h24 unsigned int show_frame: 1; member in struct:__anon1054
H A Donyxc_int.h99 int show_frame; member in struct:VP8Common
/hardware/intel/common/libva/va/
H A Dva_enc_vp8.h143 /* show_frame */
144 unsigned int show_frame : 1; member in struct:_VAEncPictureParameterBufferVP8::__anon913::__anon914
H A Dva_dec_vp9.h96 uint32_t show_frame : 1; member in struct:_VADecPictureParameterBufferVP9::__anon879::__anon880
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decoder.c352 if (cm->show_frame)
371 if (cm->show_frame)
380 if (cm->show_frame)
391 cm->last_show_frame = cm->show_frame;
392 if (cm->show_frame) {
416 if (pbi->common.show_frame == 0)
H A Dvp9_decodeframe.c1043 cm->show_frame = 1;
1048 cm->show_frame = vp9_rb_read_bit(rb);
1083 cm->intra_only = cm->show_frame ? 0 : vp9_rb_read_bit(rb);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_debugmodes.c19 cm->show_frame, cm->base_qindex);
H A Dvp9_onyxc_int.h109 int show_frame; member in struct:VP9Common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_speed_features.c59 sf->disable_split_mask = cm->show_frame ?
83 sf->disable_split_mask = cm->show_frame ?
162 sf->disable_split_mask = cm->show_frame ?
184 sf->disable_split_mask = cm->show_frame ?
H A Dvp9_onyx_if.c2600 if (cm->show_frame)
2725 if (cm->show_frame)
2737 if (cm->show_frame)
2827 cm->last_show_frame = cm->show_frame;
2829 if (cm->show_frame) {
3051 cm->show_frame = 0;
3078 cm->show_frame = 1;
3145 if (cm->show_frame) {
3241 if (cpi->b_calculate_psnr && cpi->pass != 1 && cm->show_frame)
3249 if (cm->show_frame) {
[all...]
H A Dvp9_ratectrl.c224 if (!cm->show_frame) {
1139 rc->total_target_bits += (cm->show_frame ? rc->av_per_frame_bandwidth : 0);
1153 if (cm->show_frame) {
H A Dvp9_pickmode.c67 for (i = LAST_FRAME; i <= LAST_FRAME && cpi->common.show_frame; ++i) {
H A Dvp9_rdopt.c1822 if (cpi->sf.auto_mv_step_size && cm->show_frame) {
1835 if (cpi->sf.adaptive_motion_search && cm->show_frame) {
2162 cpi->common.show_frame &&
2413 if (cpi->sf.auto_mv_step_size && cpi->common.show_frame) {
2424 cpi->common.show_frame) {
2439 for (i = LAST_FRAME; i <= ALTREF_FRAME && cpi->common.show_frame; ++i) {
2523 if (cpi->sf.adaptive_motion_search && cpi->common.show_frame)
H A Dvp9_bitstream.c1048 vp9_wb_write_bit(wb, cm->show_frame);
1069 if (!cm->show_frame)
H A Dvp9_firstpass.c2296 if (!cm->show_frame)
H A Dvp9_encodeframe.c2375 || cm->show_frame == 0
3084 // cpi->common.current_video_frame, cpi->common.show_frame,
3185 cm->show_frame;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_with_partial_drops.c105 char show_frame; member in struct:parsed_header
160 hdr.show_frame = (tmp >> 4) & 0x1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_if.c297 cm->show_frame = 0;
376 if (cm->show_frame)
428 if (pbi->common.show_frame == 0)
H A Ddecodeframe.c1004 pc->show_frame = 1;
1021 pc->show_frame = (clear[0] >> 4) & 1;
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h412 int show_frame; member in struct:_vbp_codec_data_vp8
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c1280 oh.show_frame = (int) pc->show_frame;
1586 (oh.show_frame << 4) |
H A Donyx_if.c4336 if(!cpi->oxcf.mr_encoder_id && cm->show_frame)
4338 if(cm->show_frame) /* do not save for altref frame */
4537 if ( !cm->show_frame )
4774 if (cm->show_frame)
4950 cm->show_frame = 0;
4971 cm->show_frame = 1;
5025 if (cm->show_frame)
5255 if (cpi->b_calculate_psnr && cpi->pass != 1 && cm->show_frame)
5266 if (cm->show_frame)
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderVP8.cpp168 mShowFrame = data->codec_data->show_frame;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c784 if (cpi->common.show_frame == 0) {
810 if (cpi->common.show_frame == 0) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c907 if (!cpi->common.show_frame)

Completed in 602 milliseconds

12