Home | History | Annotate | Download | only in util

Lines Matching refs:bh

53    const unsigned bw = 4, bh = 4, comps = 4;
57 for(y = 0; y < height; y += bh) {
60 for(j = 0; j < bh; ++j) {
79 const unsigned bw = 4, bh = 4, bytes_per_block = 8;
82 for(y = 0; y < height; y += bh) {
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
86 for(j = 0; j < bh; ++j) {
126 const unsigned bw = 4, bh = 4, bytes_per_block = 8;
129 for(y = 0; y < height; y += bh) {
132 uint8_t tmp[4][4]; /* [bh][bw][comps] */
133 for(j = 0; j < bh; ++j) {
177 const unsigned bw = 4, bh = 4, bytes_per_block = 8;
180 for(y = 0; y < height; y += bh) {
183 int8_t tmp[4][4]; /* [bh][bw][comps] */
184 for(j = 0; j < bh; ++j) {
245 const unsigned bw = 4, bh = 4, comps = 4;
249 for(y = 0; y < height; y += bh) {
252 for(j = 0; j < bh; ++j) {
270 const unsigned bw = 4, bh = 4, bytes_per_block = 16;
273 for(y = 0; y < height; y += bh) {
276 uint8_t tmp_r[4][4]; /* [bh][bw] */
277 uint8_t tmp_g[4][4]; /* [bh][bw] */
278 for(j = 0; j < bh; ++j) {
295 const unsigned bw = 4, bh = 4, bytes_per_block = 16;
298 for(y = 0; y < height; y += bh) {
301 uint8_t tmp_r[4][4]; /* [bh][bw][comps] */
302 uint8_t tmp_g[4][4]; /* [bh][bw][comps] */
303 for(j = 0; j < bh; ++j) {
409 const unsigned bw = 4, bh = 4, bytes_per_block = 16;
412 for(y = 0; y < height; y += bh) {
415 int8_t tmp_r[4][4]; /* [bh][bw][comps] */
416 int8_t tmp_g[4][4]; /* [bh][bw][comps] */
417 for(j = 0; j < bh; ++j) {