Searched defs:this_frame (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 257 const FIRSTPASS_STATS *this_frame) { in calculate_modified_err() 942 FIRSTPASS_STATS this_frame; in vp9_init_second_pass() local 1120 FIRSTPASS_STATS *this_frame, in accumulate_frame_motion_stats() 1155 static double calc_frame_boost(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame, in calc_frame_boost() 1182 FIRSTPASS_STATS this_frame; in calc_arf_boost() local 1405 static void define_gf_group(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) { in define_gf_group() 1791 static void assign_std_frame_bits(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) { in assign_std_frame_bits() 1823 const FIRSTPASS_STATS *this_frame, in test_candidate_kf() 1898 static void find_next_key_frame(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) { in find_next_key_frame() 2208 FIRSTPASS_STATS this_frame; in vp9_rc_get_second_pass_params() local
|
D | vp9_onyx_if.c | 1973 void write_cx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame) { in write_cx_frame_to_file()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 264 static double calculate_modified_err(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) in calculate_modified_err() 1334 FIRSTPASS_STATS this_frame; in vp8_init_second_pass() local 1542 FIRSTPASS_STATS * this_frame, in accumulate_frame_motion_stats() 1589 FIRSTPASS_STATS * this_frame, in calc_frame_boost() 1629 FIRSTPASS_STATS this_frame; in calc_arf_boost() local 1740 static void define_gf_group(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) in define_gf_group() 2359 static void assign_std_frame_bits(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) in assign_std_frame_bits() 2420 FIRSTPASS_STATS this_frame; in vp8_second_pass() local 2628 …test_candidate_kf(VP8_COMP *cpi, FIRSTPASS_STATS *last_frame, FIRSTPASS_STATS *this_frame, FIRSTP… in test_candidate_kf() 2717 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) in find_next_key_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 70 void write_dx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame) { in write_dx_frame_to_file()
|