HomeSort by relevance Sort by last modified time
    Searched full:write_intra_mode (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 235 static void write_intra_mode(vp9_writer *bc, int m, const vp9_prob *p) { function
450 write_intra_mode(bc, mode, cm->fc.y_mode_prob[size_group_lookup[bsize]]);
458 write_intra_mode(bc, bm, cm->fc.y_mode_prob[0]);
462 write_intra_mode(bc, mi->uv_mode, cm->fc.uv_mode_prob[mode]);
558 write_intra_mode(bc, ym, vp9_kf_y_mode_prob[A][L]);
573 write_intra_mode(bc, bm, vp9_kf_y_mode_prob[A][L]);
578 write_intra_mode(bc, m->mbmi.uv_mode, vp9_kf_uv_mode_prob[ym]);
    [all...]

Completed in 161 milliseconds