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

  /external/libvpx/vp8/encoder/
modecosts.c 45 vp8_cost_tokens(c->mb.intra_uv_mode_cost[1], x->fc.uv_mode_prob, vp8_uv_mode_tree);
46 vp8_cost_tokens(c->mb.intra_uv_mode_cost[0], x->kf_uv_mode_prob, vp8_uv_mode_tree);
block.h 92 int intra_uv_mode_cost[2][MB_MODE_COUNT]; member in struct:__anon8477
ethreading.c 331 vpx_memcpy(z->intra_uv_mode_cost, x->intra_uv_mode_cost, sizeof(x->intra_uv_mode_cost));
rdopt.c 829 rate = rate_to + x->intra_uv_mode_cost[x->e_mbd.frame_type][x->e_mbd.mode_info_context->mbmi.uv_mode];
    [all...]

Completed in 271 milliseconds