HomeSort by relevance Sort by last modified time
    Searched refs:FRAME_TYPE (Results 1 - 25 of 30) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 96 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */
97 FRAME_TYPE frame_type; member in struct:VP8Common
blockd.h 72 } FRAME_TYPE;
188 FRAME_TYPE frame_type; member in struct:__anon17954
237 FRAME_TYPE frame_type; member in struct:macroblockd
vp8_loopfilter.c 206 FRAME_TYPE frame_type = cm->frame_type; local
222 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level];
307 int frame_type)
354 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level];
463 FRAME_TYPE frame_type = cm->frame_type; local
498 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]
574 FRAME_TYPE frame_type = cm->frame_type; local
    [all...]
mfqe.c 282 FRAME_TYPE frame_type = cm->frame_type; local
308 if (frame_type == INTER_FRAME) totmap = qualify_inter_mb(mode_info_context, map);
309 else totmap = (frame_type == KEY_FRAME ? 4 : 0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h 96 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */
97 FRAME_TYPE frame_type; member in struct:VP8Common
blockd.h 72 } FRAME_TYPE;
188 FRAME_TYPE frame_type; member in struct:__anon31440
233 FRAME_TYPE frame_type; member in struct:macroblockd
loopfilter.c 208 FRAME_TYPE frame_type = cm->frame_type; local
224 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level];
309 int frame_type)
356 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level];
465 FRAME_TYPE frame_type = cm->frame_type; local
500 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]
576 FRAME_TYPE frame_type = cm->frame_type; local
    [all...]
mfqe.c 281 FRAME_TYPE frame_type = cm->frame_type; local
307 if (frame_type == INTER_FRAME) totmap = qualify_inter_mb(mode_info_context, map);
308 else totmap = (frame_type == KEY_FRAME ? 4 : 0);
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 171 int vp9_estimate_bits_at_q(FRAME_TYPE frame_kind, int q, int mbs,
243 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
262 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type,
vp9_denoiser.h 45 FRAME_TYPE frame_type,
vp9_svc_layercontext.h 37 FRAME_TYPE last_frame_type;
vp9_ratectrl.c 177 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
181 int enumerator = frame_type == KEY_FRAME ? 2700000 : 1800000;
191 int vp9_estimate_bits_at_q(FRAME_TYPE frame_type, int q, int mbs,
194 const int bpm = (int)(vp9_rc_bits_per_mb(frame_type, q, correction_factor,
412 if (cpi->common.frame_type == KEY_FRAME) {
438 if (cpi->common.frame_type == KEY_FRAME) {
476 projected_size_based_on_q = vp9_estimate_bits_at_q(cpi->common.frame_type,
547 bits_per_mb_at_this_q = (int)vp9_rc_bits_per_mb(cm->frame_type, i
979 static const FRAME_TYPE frame_type[RATE_FACTOR_LEVELS] = local
    [all...]
vp9_denoiser.c 397 FRAME_TYPE frame_type,
404 if (frame_type == KEY_FRAME || resized != 0) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 154 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
vp9_ratectrl.c 99 int vp9_rc_bits_per_mb(FRAME_TYPE frame_type, int qindex,
102 int enumerator = frame_type == KEY_FRAME ? 3300000 : 2250000;
278 if (cpi->common.frame_type == KEY_FRAME) {
290 if (cpi->common.frame_type == KEY_FRAME) {
315 projected_size_based_on_q = estimate_bits_at_q(cpi->common.frame_type, q,
383 const int bits_per_mb_at_this_q = (int)vp9_rc_bits_per_mb(cm->frame_type, i,
421 if (cpi->common.frame_type == KEY_FRAME) {
452 if (cpi->common.frame_type == KEY_FRAME)
574 if (cm->frame_type == KEY_FRAME && !rc->this_key_frame_forced)
    [all...]
  /external/tcpdump/
print-token.c 73 #define FRAME_TYPE(trp) (((trp)->token_fc & 0xC0) >> 6)
212 if (FRAME_TYPE(trp) == TOKEN_FC_LLC) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 106 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/
107 FRAME_TYPE frame_type; member in struct:VP9Common
255 return cm->frame_type == KEY_FRAME ? vp9_kf_partition_probs[ctx]
296 return cm->frame_type == KEY_FRAME || cm->intra_only;
vp9_blockd.h 62 } FRAME_TYPE;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 158 FRAME_TYPE last_frame_type; /* last frame's frame type for motion search.*/
159 FRAME_TYPE frame_type; member in struct:VP9Common
341 return cm->frame_type == KEY_FRAME || cm->intra_only;
vp9_blockd.h 39 } FRAME_TYPE;
  /external/libvpx/libvpx/vp8/decoder/
threading.c 58 mbd->frame_type = pc->frame_type;
531 FRAME_TYPE frame_type = pc->frame_type; local
532 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level];
decodeframe.c 919 if (pc->frame_type == KEY_FRAME)
972 xd->frame_type = pc->frame_type;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 57 mbd->frame_type = pc->frame_type;
528 FRAME_TYPE frame_type = pc->frame_type; local
529 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level];
decodeframe.c 907 if (pc->frame_type == KEY_FRAME)
960 xd->frame_type = pc->frame_type;
    [all...]
  /external/v8/src/debug/
mirrors.js 78 FRAME_TYPE : 'frame',
    [all...]

Completed in 644 milliseconds

1 2