/external/aac/libSBRdec/src/ |
D | sbr_rom.h | 163 extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info1_15; 164 extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info2_15; 165 extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info4_15; 166 extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info8_15; 167 extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info1_16; 168 extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info2_16; 169 extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info4_16; 170 extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info8_16;
|
D | env_extr.cpp | 198 static int checkFrameInfo(FRAME_INFO *pFrameInfo, int numberOfTimeSlots, 737 sizeof(FRAME_INFO)); in sbrGetChannelElement() 1150 static int generateFixFixOnly(FRAME_INFO *hSbrFrameInfo, int tranPosInternal, in generateFixFixOnly() 1208 FRAME_INFO *pFrameInfo = &h_frame_data->frameInfo; in extractLowDelayGrid() 1265 FRAME_INFO *pFrameInfo = &h_frame_data->frameInfo; in extractPvcFrameInfo() 1266 FRAME_INFO *pPrevFrameInfo = &h_prev_frame_data->prevFrameInfo; in extractPvcFrameInfo() 1351 FRAME_INFO *pFrameInfo = &h_frame_data->frameInfo; in extractFrameInfo() 1396 sizeof(FRAME_INFO)); in extractFrameInfo() 1400 sizeof(FRAME_INFO)); in extractFrameInfo() 1410 sizeof(FRAME_INFO)); in extractFrameInfo() [all …]
|
D | env_extr.h | 313 } FRAME_INFO; typedef 328 FRAME_INFO prevFrameInfo; 336 FRAME_INFO frameInfo; /*!< time grid for current frame */
|
D | sbr_rom.cpp | 829 const FRAME_INFO FDK_sbrDecoder_sbr_frame_info1_15 = { 832 const FRAME_INFO FDK_sbrDecoder_sbr_frame_info2_15 = { 835 const FRAME_INFO FDK_sbrDecoder_sbr_frame_info4_15 = { 839 const FRAME_INFO FDK_sbrDecoder_sbr_frame_info8_15 = { 852 const FRAME_INFO FDK_sbrDecoder_sbr_frame_info1_16 = { 855 const FRAME_INFO FDK_sbrDecoder_sbr_frame_info2_16 = { 858 const FRAME_INFO FDK_sbrDecoder_sbr_frame_info4_16 = { 863 const FRAME_INFO FDK_sbrDecoder_sbr_frame_info8_16 = {
|
D | env_dec.cpp | 632 FRAME_INFO *pFrameInfo = &h_sbr_data->frameInfo; in timeCompensateFirstEnvelope()
|
D | sbr_dec.cpp | 600 sizeof(FRAME_INFO)); in sbr_dec()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 251 const FRAME_INFO *frame_info, 256 const FRAME_INFO *frame_info,
|
D | vp9_firstpass.c | 217 static double calculate_active_area(const FRAME_INFO *frame_info, in calculate_active_area() 264 const FRAME_INFO *frame_info, in calc_norm_frame_score() 1752 static double get_sr_decay_rate(const FRAME_INFO *frame_info, in get_sr_decay_rate() 1782 static double get_zero_motion_factor(const FRAME_INFO *frame_info, in get_zero_motion_factor() 1792 static double get_prediction_decay_rate(const FRAME_INFO *frame_info, in get_prediction_decay_rate() 1881 static double calc_frame_boost(const FRAME_INFO *frame_info, in calc_frame_boost() 1954 static int compute_arf_boost(const FRAME_INFO *frame_info, in compute_arf_boost() 2047 const FRAME_INFO *frame_info = &cpi->frame_info; in calc_arf_boost() 2462 int *use_alt_ref, const FRAME_INFO *frame_info, in get_gop_coding_frame_num() 2575 const FRAME_INFO *frame_info, const RATE_CONTROL *rc, int arf_active_or_kf, in get_active_gf_inverval_range() [all …]
|
D | vp9_encoder.h | 545 FRAME_INFO frame_info;
|
/external/libaom/libaom/av1/encoder/ |
D | gop_structure.h | 36 FRAME_INFO *frame_info, int offset, int f_frames,
|
D | gop_structure.c | 31 FRAME_INFO *frame_info, int start, int end, in set_multi_layer_params() 92 RATE_CONTROL *rc, FRAME_INFO *const frame_info, int gf_interval, in construct_multi_layer_gf_structure() 297 FRAME_INFO *const frame_info = &cpi->frame_info; in av1_gop_setup_structure()
|
D | pass2_strategy.c | 42 static double calculate_active_area(const FRAME_INFO *frame_info, in calculate_active_area() 54 static double calculate_modified_err(const FRAME_INFO *frame_info, in calculate_modified_err() 259 static double get_sr_decay_rate(const FRAME_INFO *frame_info, in get_sr_decay_rate() 287 static double get_zero_motion_factor(const FRAME_INFO *frame_info, in get_zero_motion_factor() 296 static double get_prediction_decay_rate(const FRAME_INFO *frame_info, in get_prediction_decay_rate() 388 const FIRSTPASS_STATS *stats, const FRAME_INFO *frame_info, in accumulate_next_frame_stats() 486 static double baseline_err_per_mb(const FRAME_INFO *frame_info) { in baseline_err_per_mb() 499 const FRAME_INFO *frame_info, in calc_frame_boost() 531 const FRAME_INFO *frame_info, in calc_kf_frame_boost() 591 FRAME_INFO *frame_info, int offset, int f_frames, in av1_calc_arf_boost() [all …]
|
D | encoder.h | 1053 } FRAME_INFO; typedef 1232 FRAME_INFO frame_info;
|
D | encoder.c | 3016 static INLINE void init_frame_info(FRAME_INFO *frame_info, in init_frame_info()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.h | 27 FRAME_INFO vp9_get_frame_info(const VP9EncoderConfig *oxcf);
|
D | simple_encode.cc | 299 FRAME_INFO frame_info = vp9_get_frame_info(&oxcf); in GetCodingFrameNum()
|
D | vp9_cx_iface.c | 2071 FRAME_INFO vp9_get_frame_info(const VP9EncoderConfig *oxcf) { in vp9_get_frame_info() 2072 FRAME_INFO frame_info; in vp9_get_frame_info()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 268 } FRAME_INFO; typedef 270 static INLINE void init_frame_info(FRAME_INFO *frame_info, in init_frame_info()
|