/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 72 } FRAME_TYPE; typedef 188 FRAME_TYPE frame_type; 233 FRAME_TYPE frame_type;
|
D | onyxc_int.h | 96 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */ 97 FRAME_TYPE frame_type;
|
D | loopfilter.c | 207 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_row_normal() 463 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_frame_yonly() 574 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_partial_frame()
|
D | mfqe.c | 281 FRAME_TYPE frame_type = cm->frame_type; in vp8_multiframe_quality_enhance()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
D | blockd.h | 72 } FRAME_TYPE; typedef 188 FRAME_TYPE frame_type; 233 FRAME_TYPE frame_type;
|
D | onyxc_int.h | 96 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */ 97 FRAME_TYPE frame_type;
|
D | loopfilter.c | 207 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_row_normal() 463 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_frame_yonly() 574 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_partial_frame()
|
D | mfqe.c | 281 FRAME_TYPE frame_type = cm->frame_type; in vp8_multiframe_quality_enhance()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 158 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex, 176 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type,
|
D | vp9_ratectrl.c | 100 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex, in vp9_rc_bits_per_mb() 110 static int estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs, in estimate_bits_at_q() 1357 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type, in vp9_compute_qdelta_by_rate()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 157 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex, 175 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type,
|
D | vp9_ratectrl.c | 96 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex, in vp9_rc_bits_per_mb() 106 static int estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs, in estimate_bits_at_q() 1349 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type, in vp9_compute_qdelta_by_rate()
|
/external/tcpdump/ |
D | token.h | 34 #define FRAME_TYPE(trp) (((trp)->token_fc & 0xC0) >> 6) macro
|
D | print-token.c | 165 if (FRAME_TYPE(trp) == TOKEN_FC_LLC) { in token_print()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 106 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/ 107 FRAME_TYPE frame_type;
|
D | vp9_blockd.h | 62 } FRAME_TYPE; typedef
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 106 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/ 107 FRAME_TYPE frame_type;
|
D | vp9_blockd.h | 62 } FRAME_TYPE; typedef
|
/external/chromium_org/v8/src/ |
D | mirror-debugger.js | 153 var FRAME_TYPE = 'frame'; variable 1620 %_CallFunction(this, FRAME_TYPE, Mirror); 2452 case FRAME_TYPE:
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
D | threading.c | 528 FRAME_TYPE frame_type = pc->frame_type; in mt_decode_mb_rows()
|
D | decodeframe.c | 1027 pc->frame_type = (FRAME_TYPE)(clear[0] & 1); in vp8_decode_frame()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 528 FRAME_TYPE frame_type = pc->frame_type; in mt_decode_mb_rows()
|
D | decodeframe.c | 1019 pc->frame_type = (FRAME_TYPE)(clear[0] & 1); in vp8_decode_frame()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1052 cm->frame_type = (FRAME_TYPE) vp9_rb_read_bit(rb); in read_uncompressed_header()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1069 cm->frame_type = (FRAME_TYPE) vp9_rb_read_bit(rb); in read_uncompressed_header()
|