OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:update_mv_probs
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c
148
static void
update_mv_probs
(vp9_prob *p, int n, vp9_reader *r) {
function
158
update_mv_probs
(ctx->joints, MV_JOINTS - 1, r);
162
update_mv_probs
(&comp_ctx->sign, 1, r);
163
update_mv_probs
(comp_ctx->classes, MV_CLASSES - 1, r);
164
update_mv_probs
(comp_ctx->class0, CLASS0_SIZE - 1, r);
165
update_mv_probs
(comp_ctx->bits, MV_OFFSET_BITS, r);
171
update_mv_probs
(comp_ctx->class0_fp[j], MV_FP_SIZE - 1, r);
172
update_mv_probs
(comp_ctx->fp, 3, r);
178
update_mv_probs
(&comp_ctx->class0_hp, 1, r);
179
update_mv_probs
(&comp_ctx->hp, 1, r)
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
151
static void
update_mv_probs
(vpx_prob *p, int n, vpx_reader *r) {
function
161
update_mv_probs
(ctx->joints, MV_JOINTS - 1, r);
165
update_mv_probs
(&comp_ctx->sign, 1, r);
166
update_mv_probs
(comp_ctx->classes, MV_CLASSES - 1, r);
167
update_mv_probs
(comp_ctx->class0, CLASS0_SIZE - 1, r);
168
update_mv_probs
(comp_ctx->bits, MV_OFFSET_BITS, r);
174
update_mv_probs
(comp_ctx->class0_fp[j], MV_FP_SIZE - 1, r);
175
update_mv_probs
(comp_ctx->fp, 3, r);
181
update_mv_probs
(&comp_ctx->class0_hp, 1, r);
182
update_mv_probs
(&comp_ctx->hp, 1, r)
[
all
...]
Completed in 66 milliseconds