HomeSort by relevance Sort by last modified time
    Searched refs:is_src_frame_alt_ref (Results 1 - 17 of 17) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.h 42 cpi->rc.is_src_frame_alt_ref &&
vp9_aq_complexity.c 56 (cpi->refresh_golden_frame && !cpi->rc.is_src_frame_alt_ref)) {
vp9_ratectrl.c 218 if (cpi->refresh_golden_frame && rc->is_src_frame_alt_ref) {
442 !rc->is_src_frame_alt_ref && !cpi->use_svc &&
468 !rc->is_src_frame_alt_ref && !cpi->use_svc &&
485 if (cpi->rc.is_src_frame_alt_ref) return;
645 if (!rc->is_src_frame_alt_ref &&
771 } else if (!rc->is_src_frame_alt_ref && !cpi->use_svc &&
    [all...]
vp9_ratectrl.h 107 int is_src_frame_alt_ref; member in struct:__anon26250
vp9_aq_variance.c 53 (cpi->refresh_golden_frame && !cpi->rc.is_src_frame_alt_ref)) {
vp9_speed_features.c 493 cpi->rc.is_src_frame_alt_ref) {
656 if (cpi->rc.is_src_frame_alt_ref && cm->frame_type != KEY_FRAME) {
    [all...]
vp9_encoder.h 777 (cpi->refresh_golden_frame && !cpi->rc.is_src_frame_alt_ref);
vp9_encoder.c     [all...]
vp9_pickmode.c     [all...]
vp9_firstpass.c     [all...]
vp9_encodeframe.c     [all...]
vp9_rdopt.c     [all...]
vp9_mcomp.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 307 int is_src_frame_alt_ref; member in struct:VP8_COMP
pickinter.c 850 if (cpi->is_src_frame_alt_ref && (cpi->oxcf.arnr_max_frames == 0)) {
    [all...]
onyx_if.c     [all...]
rdopt.c     [all...]

Completed in 617 milliseconds