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

  /external/libvpx/libvpx/vp9/encoder/
vp9_modecosts.c 25 vp9_cost_tokens((int *)c->mb.y_mode_costs[i][j], vp9_kf_y_mode_prob[i][j],
vp9_bitstream.c 525 write_intra_mode(bc, ym, vp9_kf_y_mode_prob[A][L]);
539 write_intra_mode(bc, bm, vp9_kf_y_mode_prob[A][L]);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 38 extern const vp9_prob vp9_kf_y_mode_prob[INTRA_MODES][INTRA_MODES]
vp9_entropymode.c 17 const vp9_prob vp9_kf_y_mode_prob[INTRA_MODES][INTRA_MODES][INTRA_MODES - 1] = { variable
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 181 mbmi->mode = read_intra_mode(r, vp9_kf_y_mode_prob[A][L]);
194 vp9_kf_y_mode_prob[A][L]);

Completed in 1165 milliseconds