Home
last modified time | relevance | path

Searched defs:this_frame (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/vp8/encoder/
Dfirstpass.c233 FIRSTPASS_STATS *this_frame) { in calculate_modified_err()
1248 FIRSTPASS_STATS this_frame; in vp8_init_second_pass() local
1444 static void accumulate_frame_motion_stats(FIRSTPASS_STATS *this_frame, in accumulate_frame_motion_stats()
1482 static double calc_frame_boost(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame, in calc_frame_boost()
1516 FIRSTPASS_STATS this_frame; in calc_arf_boost() local
1613 static void define_gf_group(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) { in define_gf_group()
2186 static void assign_std_frame_bits(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) { in assign_std_frame_bits()
2244 FIRSTPASS_STATS this_frame; in vp8_second_pass() local
2428 FIRSTPASS_STATS *this_frame, in test_candidate_kf()
2513 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) { in find_next_key_frame()
/external/libvpx/vp9/encoder/
Dvp9_firstpass.c231 const FIRSTPASS_STATS *this_frame) { in calculate_active_area()
258 const FIRSTPASS_STATS *this_frame, in calculate_mod_frame_score()
278 const FIRSTPASS_STATS *this_frame, in calc_norm_frame_score()
304 const FIRSTPASS_STATS *this_frame, in calculate_norm_frame_score()
1894 const FIRSTPASS_STATS *this_frame, in calc_frame_boost()
1919 const FIRSTPASS_STATS *this_frame, in calc_kf_frame_boost()
1979 const FIRSTPASS_STATS *this_frame = in compute_arf_boost() local
2019 const FIRSTPASS_STATS *this_frame = in compute_arf_boost() local
2990 static int slide_transition(const FIRSTPASS_STATS *this_frame, in slide_transition()
3003 static int intra_step_transition(const FIRSTPASS_STATS *this_frame, in intra_step_transition()
[all …]
Dvp9_encoder.c7256 YV12_BUFFER_CONFIG *this_frame = gf_picture[frame_idx].frame; local
/external/libaom/av1/encoder/
Dpass2_strategy.c54 const FIRSTPASS_STATS *this_frame) { in calculate_active_area()
95 const FIRSTPASS_STATS *this_frame) { in calculate_modified_err()
575 const FIRSTPASS_STATS *this_frame, in calc_frame_boost()
603 const FIRSTPASS_STATS *this_frame, in calc_kf_frame_boost()
674 const FIRSTPASS_STATS *this_frame = in av1_calc_arf_boost() local
710 const FIRSTPASS_STATS *this_frame = in av1_calc_arf_boost() local
2705 static int slide_transition(const FIRSTPASS_STATS *this_frame, in slide_transition()
3150 static void find_next_key_frame(AV1_COMP *cpi, FIRSTPASS_STATS *this_frame) { in find_next_key_frame()
3428 FIRSTPASS_STATS *this_frame) { in process_first_pass_stats()
3679 FIRSTPASS_STATS this_frame; in av1_get_second_pass_params() local
[all …]
Dfirstpass.c461 AV1_COMP *cpi, ThreadData *td, YV12_BUFFER_CONFIG *const this_frame, in firstpass_intra_prediction()
1125 YV12_BUFFER_CONFIG *const this_frame = &cm->cur_frame->buf; in av1_first_pass_row() local
1307 YV12_BUFFER_CONFIG *const this_frame = &cm->cur_frame->buf; in av1_first_pass() local
Dfirstpass.h468 const FIRSTPASS_STATS *this_frame; member
Dtpl_model.c1202 const YV12_BUFFER_CONFIG *this_frame = tpl_frame->gf_picture; in init_mc_flow_dispenser() local
/external/libcxxabi/src/
Dcxa_personality.cpp1042 __gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame, in __gxx_personality_seh0()
/external/cronet/buildtools/third_party/libc++abi/trunk/src/
Dcxa_personality.cpp998 __gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame, in __gxx_personality_seh0()
/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc294 static bool DetectSlideTransition(const FIRSTPASS_STATS &this_frame, in DetectSlideTransition()