OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_mbs
(Results
1 - 25
of
26
) sorted by null
1
2
/external/libavc/encoder/
irc_frame_info_collector.c
38
frame_info->
num_mbs
[i] = 0;
95
total_mbs += frame_info->
num_mbs
[i];
110
if(frame_info->
num_mbs
[mb_type])
113
/ frame_info->
num_mbs
[mb_type]);
134
if(frame_info->
num_mbs
[mb_type])
146
return (frame_info->
num_mbs
[mb_type]);
151
return (frame_info->
num_mbs
[MB_TYPE_INTRA]);
161
i4_tot_mbs += frame_info->
num_mbs
[i];
irc_frame_info_collector.h
27
WORD32
num_mbs
[MAX_MB_TYPE];
member in struct:__anon15516
70
{(frame_info)->qp_sum[(mb_type)] += (qp);(frame_info)->
num_mbs
[(mb_type)]++;}
ih264e_rate_control.c
417
ps_frame_info->
num_mbs
[mb_type]++;
ih264e_process.c
[
all
...]
/external/libavc/test/encoder/
input.c
82
WORD32
num_mbs
;
local
86
num_mbs
= ALIGN16(ps_app_ctxt->u4_wd) * ALIGN16(ps_app_ctxt->u4_ht);
87
num_mbs
/= 256;
92
size = sizeof(ih264e_mb_info1_t) *
num_mbs
;
96
size = sizeof(ih264e_mb_info2_t) *
num_mbs
;
100
size = sizeof(ih264e_mb_info3_t) *
num_mbs
;
104
size = sizeof(ih264e_mb_info4_t) *
num_mbs
;
235
WORD32
num_mbs
;
local
249
num_mbs
= ALIGN16(ps_app_ctxt->u4_max_wd) * ALIGN16(ps_app_ctxt->u4_max_ht);
250
num_mbs
/= 256
[
all
...]
/hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
OMX_IntelVideoExt.h
164
OMX_U32
num_mbs
;
member in struct:OMX_VIDEO_ERROR_INFO
/hardware/qcom/msm8994/kernel-headers/media/
msm_vidc.h
46
unsigned int
num_mbs
;
member in struct:msm_vidc_concealmb_payload
/hardware/qcom/msm8994/original-kernel-headers/media/
msm_vidc.h
25
unsigned int
num_mbs
;
member in struct:msm_vidc_concealmb_payload
/hardware/qcom/msm8x84/kernel-headers/media/
msm_vidc.h
46
unsigned int
num_mbs
;
member in struct:msm_vidc_concealmb_payload
/hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vidc.h
25
unsigned int
num_mbs
;
member in struct:msm_vidc_concealmb_payload
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
1038
const int
num_mbs
= (cpi->oxcf.resize_mode != RESIZE_NONE)
local
1195
const int
num_mbs
= (cpi->oxcf.resize_mode != RESIZE_NONE)
local
1352
const int
num_mbs
= (cpi->oxcf.resize_mode != RESIZE_NONE)
local
1491
int
num_mbs
= (cpi->oxcf.resize_mode != RESIZE_NONE)
local
2746
const int
num_mbs
= (cpi->oxcf.resize_mode != RESIZE_NONE)
local
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
985
int
num_mbs
= cpi->common.MBs;
local
1104
int
num_mbs
= cpi->common.MBs;
local
1188
int
num_mbs
= cpi->common.MBs;
local
1234
int
num_mbs
= cpi->common.MBs;
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c
984
int
num_mbs
= cpi->common.MBs;
local
1103
int
num_mbs
= cpi->common.MBs;
local
1187
int
num_mbs
= cpi->common.MBs;
local
1233
int
num_mbs
= cpi->common.MBs;
local
[
all
...]
/hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h
166
uint32_t
num_mbs
;
member in struct:VideoErrorInfo
VideoDecoderBase.cpp
[
all
...]
/external/libhevc/decoder/
ihevcd_decode.c
411
WORD32
num_mbs
;
local
413
num_mbs
= (ps_codec->i4_wd * ps_codec->i4_ht + 255) >> 8;
416
memset(ps_codec->mb_map, 0, ((
num_mbs
+ 7) >> 3));
/hardware/qcom/msm8996/kernel-headers/media/
msm_vidc.h
50
unsigned int
num_mbs
;
member in struct:msm_vidc_concealmb_payload
/hardware/qcom/msm8996/original-kernel-headers/media/
msm_vidc.h
33
unsigned int
num_mbs
;
member in struct:msm_vidc_concealmb_payload
/external/libavc/decoder/
ih264d_parse_slice.c
349
UWORD32
num_mbs
;
local
353
num_mbs
= (pic_wd * pic_ht) >> 8;
357
memset((void *)ps_dec->pu1_dec_mb_map, 0,
num_mbs
);
363
memset((void *)ps_dec->pu1_recon_mb_map, 0,
num_mbs
);
369
(
num_mbs
* sizeof(UWORD16)));
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c
906
const int
num_mbs
= cpi->common.MBs;
local
911
const double err_per_mb = section_err /
num_mbs
;
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp
[
all
...]
omx_vdec_hevc_swvdec.cpp
[
all
...]
omx_vdec_msm8974.cpp
[
all
...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp
[
all
...]
omx_vdec_hevc_swvdec.cpp
[
all
...]
Completed in 2012 milliseconds
1
2