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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_scale.h 25 struct scale_factors { struct
31 int (*scale_value_x)(int val, const struct scale_factors *sf);
32 int (*scale_value_y)(int val, const struct scale_factors *sf);
37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
39 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
43 static INLINE int vp9_is_valid_scale(const struct scale_factors *sf) {
48 static INLINE int vp9_is_scaled(const struct scale_factors *sf) {
vp9_reconinter.h 36 const struct scale_factors *sf,
43 const struct scale_factors *sf) {
52 const struct scale_factors *scale,
65 const struct scale_factors *sf);
vp9_scale.c 15 static INLINE int scaled_x(int val, const struct scale_factors *sf) {
19 static INLINE int scaled_y(int val, const struct scale_factors *sf) {
23 static int unscaled_value(int val, const struct scale_factors *sf) {
44 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
54 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
vp9_reconinter.c 70 const struct scale_factors *sf,
82 const struct scale_factors *sf,
153 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
257 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
431 const struct scale_factors *sf) {
vp9_blockd.h 201 struct scale_factors sf;
  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 25 struct scale_factors { struct
31 int (*scale_value_x)(int val, const struct scale_factors *sf);
32 int (*scale_value_y)(int val, const struct scale_factors *sf);
40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
43 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
48 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
53 static INLINE int vp9_is_valid_scale(const struct scale_factors *sf) {
58 static INLINE int vp9_is_scaled(const struct scale_factors *sf) {
vp9_reconinter.h 27 const struct scale_factors *sf,
41 const struct scale_factors *sf,
68 const struct scale_factors *sf,
78 const struct scale_factors *sf,
86 const struct scale_factors *sf) {
95 const struct scale_factors *scale,
109 const struct scale_factors *sf);
vp9_scale.c 16 static INLINE int scaled_x(int val, const struct scale_factors *sf) {
20 static INLINE int scaled_y(int val, const struct scale_factors *sf) {
24 static int unscaled_value(int val, const struct scale_factors *sf) {
37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
48 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
53 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
vp9_reconinter.c 27 const struct scale_factors *sf,
39 const struct scale_factors *sf,
61 const struct scale_factors *sf,
167 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
302 const struct scale_factors *sf) {
vp9_blockd.h 147 struct scale_factors sf;
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 178 const struct scale_factors *scale,
179 const struct scale_factors *scale_uv);
vp9_rd.c 516 const struct scale_factors *scale,
517 const struct scale_factors *scale_uv) {
vp9_temporal_filter.c 44 struct scale_factors *scale,
278 struct scale_factors *scale) {
667 struct scale_factors sf;
vp9_pickmode.c     [all...]
vp9_rdopt.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
svc_context.h 76 const char *scale_factors);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 55 char scale_factors[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_scale_factors member in struct:SvcInternal
342 const char *scale_factors) {
353 if (scale_factors == NULL || strlen(scale_factors) == 0) {
356 input_string = strdup(scale_factors);
485 const char *scale_factors) {
487 if (svc_ctx == NULL || scale_factors == NULL || si == NULL) {
490 strncpy(si->scale_factors, scale_factors, sizeof(si->scale_factors));
    [all...]
  /external/webrtc/talk/media/base/
videoadapter.h 77 float FindScale(const float* scale_factors,
videoadapter.cc 88 float VideoAdapter::FindScale(const float* scale_factors,
100 float scale = scale_factors[i];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 41 struct scale_factors *scale,
194 struct scale_factors *scale) {
388 struct scale_factors sf;
vp9_rdopt.c     [all...]
vp9_encodeframe.c 487 const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 509 const struct scale_factors *sf,
541 const struct scale_factors *sf,
559 const struct scale_factors *sf,
729 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
    [all...]

Completed in 383 milliseconds