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

  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 44 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
46 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob,
block.h 97 int (*intra_uv_mode_cost)[MB_MODE_COUNT]; member in struct:macroblock
onyx_int.h 684 int intra_uv_mode_cost[2][MB_MODE_COUNT]; member in struct:VP8_COMP::rd_costs_struct
ethreading.c 359 z->intra_uv_mode_cost = x->intra_uv_mode_cost;
rdopt.c 772 x->intra_uv_mode_cost[xd->frame_type]
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 79 vp9_cost_tokens(cpi->intra_uv_mode_cost[KEY_FRAME][i],
81 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME][i],
vp9_encoder.h 638 int intra_uv_mode_cost[FRAME_TYPES][INTRA_MODES][INTRA_MODES]; member in struct:VP9_COMP
vp9_rdopt.c     [all...]

Completed in 255 milliseconds