Searched defs:ym (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.c102 double ym = (y0 + y1)/2; local
121 *cy0 = ym - sdx;
123 *cy1 = ym + sdx;
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c751 const int ym = m->mbmi.mode; local
759 kfwrite_ymode(bc, ym, vp8_kf_ymode_prob);
761 if (ym == B_PRED)
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c102 double ym = (y0 + y1)/2; local
121 *cy0 = ym - sdx;
123 *cy1 = ym + sdx;
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h530 double w, xm, ym, xxm, xym, yym; member in struct:__anon11619
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c509 const int ym = m->mbmi.mode; local
525 write_intra_mode(bc, ym, vp9_kf_y_mode_prob[A][L]);
544 write_intra_mode(bc, m->mbmi.uv_mode, vp9_kf_uv_mode_prob[ym]);
/external/webp/src/enc/
H A Dvp8enci.h530 double w, xm, ym, xxm, xym, yym; member in struct:__anon28014

Completed in 1556 milliseconds